aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_test.go
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 /models/repo_test.go
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 'models/repo_test.go')
-rw-r--r--models/repo_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/models/repo_test.go b/models/repo_test.go
index 9ab27ba619..954f4db3bf 100644
--- a/models/repo_test.go
+++ b/models/repo_test.go
@@ -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) {