summaryrefslogtreecommitdiffstats
path: root/modules/markdown
diff options
context:
space:
mode:
authorMatthias Loibl <mail@matthiasloibl.com>2016-11-04 12:57:27 +0100
committerAndrey Nering <andrey.nering@gmail.com>2016-11-04 09:57:27 -0200
commita4fa889ceda9b6718d82b5aca04ed6bbb9883e00 (patch)
treed7c7293bde91164c8a1f0b89ac952a0e422a4c13 /modules/markdown
parentfc55182a4c7dc884e64db1a3e1ed045ac3f6bf9b (diff)
downloadgitea-a4fa889ceda9b6718d82b5aca04ed6bbb9883e00.tar.gz
gitea-a4fa889ceda9b6718d82b5aca04ed6bbb9883e00.zip
Run goimports on the whole project (#34)
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Diffstat (limited to 'modules/markdown')
-rw-r--r--modules/markdown/markdown_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/markdown/markdown_test.go b/modules/markdown/markdown_test.go
index 9de8f11dc4..0246e2a7ec 100644
--- a/modules/markdown/markdown_test.go
+++ b/modules/markdown/markdown_test.go
@@ -1,13 +1,13 @@
package markdown_test
import (
- . "github.com/go-gitea/gitea/modules/markdown"
- . "github.com/smartystreets/goconvey/convey"
+ "bytes"
"testing"
- "bytes"
+ . "github.com/go-gitea/gitea/modules/markdown"
"github.com/go-gitea/gitea/modules/setting"
"github.com/russross/blackfriday"
+ . "github.com/smartystreets/goconvey/convey"
)
func TestMarkdown(t *testing.T) {