Skip to content

Commit a4fa889

Browse files
metalmatzeandreynering
authored andcommitted
Run goimports on the whole project (#34)
Signed-off-by: Matthias Loibl <[email protected]>
1 parent fc55182 commit a4fa889

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

models/repo_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package models_test
22

33
import (
4-
. "github.com/go-gitea/gitea/models"
5-
. "github.com/smartystreets/goconvey/convey"
64
"testing"
75

6+
. "github.com/go-gitea/gitea/models"
87
"github.com/go-gitea/gitea/modules/markdown"
8+
. "github.com/smartystreets/goconvey/convey"
99
)
1010

1111
func TestRepo(t *testing.T) {

modules/markdown/markdown_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package markdown_test
22

33
import (
4-
. "github.com/go-gitea/gitea/modules/markdown"
5-
. "github.com/smartystreets/goconvey/convey"
4+
"bytes"
65
"testing"
76

8-
"bytes"
7+
. "github.com/go-gitea/gitea/modules/markdown"
98
"github.com/go-gitea/gitea/modules/setting"
109
"github.com/russross/blackfriday"
10+
. "github.com/smartystreets/goconvey/convey"
1111
)
1212

1313
func TestMarkdown(t *testing.T) {

modules/setting/setting.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
_ "github.com/go-macaron/cache/redis"
2323
"github.com/go-macaron/session"
2424
_ "github.com/go-macaron/session/redis"
25-
"strk.kbt.io/projects/go/libravatar"
2625
"gopkg.in/ini.v1"
26+
"strk.kbt.io/projects/go/libravatar"
2727

2828
"github.com/go-gitea/gitea/modules/bindata"
2929
"github.com/go-gitea/gitea/modules/log"

0 commit comments

Comments
 (0)