diff options
author | Unknwon <u@gogs.io> | 2018-05-27 08:53:48 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-05-27 08:53:48 +0800 |
commit | aff42082441715559bb2e62e11550af1a946a8c9 (patch) | |
tree | d5349c3d486346210a989659e788b50589198e69 /pkg/markup/markup_test.go | |
parent | 73dbaefec50c4fc99a63c5be2891a1a34db18767 (diff) |
*: rename "gogits" to "gogs"
Diffstat (limited to 'pkg/markup/markup_test.go')
-rw-r--r-- | pkg/markup/markup_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/markup/markup_test.go b/pkg/markup/markup_test.go index b741cc5d..97250d6c 100644 --- a/pkg/markup/markup_test.go +++ b/pkg/markup/markup_test.go @@ -10,8 +10,8 @@ import ( . "github.com/smartystreets/goconvey/convey" - . "github.com/gogits/gogs/pkg/markup" - "github.com/gogits/gogs/pkg/setting" + . "github.com/gogs/gogs/pkg/markup" + "github.com/gogs/gogs/pkg/setting" ) func Test_IsReadmeFile(t *testing.T) { |