From aff42082441715559bb2e62e11550af1a946a8c9 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 27 May 2018 08:53:48 +0800 Subject: *: rename "gogits" to "gogs" --- pkg/markup/markdown_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/markup/markdown_test.go') diff --git a/pkg/markup/markdown_test.go b/pkg/markup/markdown_test.go index 15a66b81..ee743452 100644 --- a/pkg/markup/markdown_test.go +++ b/pkg/markup/markdown_test.go @@ -12,8 +12,8 @@ import ( "github.com/russross/blackfriday" . "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_IsMarkdownFile(t *testing.T) { -- cgit v1.2.3