Skip to content

Commit

Permalink
Run goimports on the whole project (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
  • Loading branch information
metalmatze authored and andreynering committed Nov 4, 2016
1 parent fc55182 commit a4fa889
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions models/repo_test.go
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
6 changes: 3 additions & 3 deletions modules/markdown/markdown_test.go
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion modules/setting/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a4fa889

Please sign in to comment.