Run goimports on the whole project (#34)
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
parent
fc55182a4c
commit
a4fa889ced
3 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue