Run goimports on the whole project (#34)
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:

committed by
Andrey Nering

parent
fc55182a4c
commit
a4fa889ced
@ -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) {
|
||||
|
Reference in New Issue
Block a user