index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
pkg
/
markup
/
markdown_test.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'pkg/markup/markdown_test.go')
-rw-r--r--
pkg/markup/markdown_test.go
4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/markup/markdown_test.go b/pkg/markup/markdown_test.go
index ee743452..5acdddc8 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/gogs/gogs/pkg/markup"
- "github.com/gogs/gogs/pkg/setting"
+ . "gogs.io/gogs/pkg/markup"
+ "gogs.io/gogs/pkg/setting"
)
func Test_IsMarkdownFile(t *testing.T) {