diff options
author | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-04 12:57:27 +0100 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-11-04 09:57:27 -0200 |
commit | a4fa889ceda9b6718d82b5aca04ed6bbb9883e00 (patch) | |
tree | d7c7293bde91164c8a1f0b89ac952a0e422a4c13 /models/repo_test.go | |
parent | fc55182a4c7dc884e64db1a3e1ed045ac3f6bf9b (diff) | |
download | gitea-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.go | 4 |
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) { |