1
0
Fork 0
forked from forgejo/forgejo

Run goimports on the whole project (#34)

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
Matthias Loibl 2016-11-04 12:57:27 +01:00 committed by Andrey Nering
parent fc55182a4c
commit a4fa889ced
3 changed files with 6 additions and 6 deletions

View file

@ -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"