From c1c269d9ef50595475cf4c6728d9b20a6417c490 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 31 Mar 2017 15:29:43 -0400 Subject: 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. --- models/repo_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/repo_test.go') 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) { -- cgit v1.2.3