Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
akuma06 2017-05-07 00:15:27 +02:00
Parent bdaa161304
révision 5eb1d75f4c
2 fichiers modifiés avec 2 ajouts et 0 suppressions

Voir le fichier

@ -6,6 +6,7 @@ import (
"github.com/gorilla/securecookie"
"golang.org/x/crypto/bcrypt"
formStruct "github.com/ewhal/nyaa/service/user/form"
"github.com/ewhal/nyaa/config"
"github.com/ewhal/nyaa/db"

Voir le fichier

@ -13,6 +13,7 @@ import (
"github.com/ewhal/nyaa/util/email"
"github.com/ewhal/nyaa/util/log"
"github.com/ewhal/nyaa/util/timeHelper"
formStruct "github.com/ewhal/nyaa/service/user/form"
"github.com/nicksnyder/go-i18n/i18n"
)