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 committed by Andrey Nering
parent fc55182a4c
commit a4fa889ced
3 changed files with 6 additions and 6 deletions

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