aboutsummaryrefslogtreecommitdiff
path: root/models/repo_test.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-31 15:29:43 -0400
committerUnknwon <u@gogs.io>2017-03-31 15:29:43 -0400
commitc1c269d9ef50595475cf4c6728d9b20a6417c490 (patch)
tree287621c5244c9b11b6e980190fce9bb887d2bf1f /models/repo_test.go
parent9edac05e05387e335466957ecf3400a19c6ae808 (diff)
modules: rename markdown -> markup
To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support.
Diffstat (limited to 'models/repo_test.go')
-rw-r--r--models/repo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/repo_test.go b/models/repo_test.go
index 69d90b93..653a0962 100644
--- a/models/repo_test.go
+++ b/models/repo_test.go
@@ -5,7 +5,7 @@ import (
. "github.com/smartystreets/goconvey/convey"
"testing"
- "github.com/gogits/gogs/modules/markdown"
+ "github.com/gogits/gogs/modules/markup"
)
func TestRepo(t *testing.T) {