Run goimports on the whole project (#34)

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
Matthias Loibl
2016-11-04 12:57:27 +01:00
repo.diff.committed_by Andrey Nering
repo.diff.parent fc55182a4c
repo.diff.commit a4fa889ced
repo.diff.stats_desc%!(EXTRA int=3, int=6, int=6)

repo.diff.view_file

@@ -1,11 +1,11 @@
package models_test
import (
. "github.com/go-gitea/gitea/models"
. "github.com/smartystreets/goconvey/convey"
"testing"
. "github.com/go-gitea/gitea/models"
"github.com/go-gitea/gitea/modules/markdown"
. "github.com/smartystreets/goconvey/convey"
)
func TestRepo(t *testing.T) {

repo.diff.view_file

@@ -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) {

repo.diff.view_file

@@ -22,8 +22,8 @@ import (
_ "github.com/go-macaron/cache/redis"
"github.com/go-macaron/session"
_ "github.com/go-macaron/session/redis"
"strk.kbt.io/projects/go/libravatar"
"gopkg.in/ini.v1"
"strk.kbt.io/projects/go/libravatar"
"github.com/go-gitea/gitea/modules/bindata"
"github.com/go-gitea/gitea/modules/log"