summaryrefslogtreecommitdiffstats
path: root/service/user/form/formValidator.go
diff options
context:
space:
mode:
authorayame-git <s.varezhkin.601@gmail.com>2017-05-17 20:23:48 +0300
committerayame-git <s.varezhkin.601@gmail.com>2017-05-17 20:23:48 +0300
commitfee304e9ecc08576428ed8b520ae29ff342ec8f2 (patch)
treece01d4376e6cc1dfcf61ae307e8195b227373577 /service/user/form/formValidator.go
parentd0456605be04c6f560be6a61d19abd6068ee02e3 (diff)
downloadnyaa-origin/master.zip
nyaa-origin/master.tar.gz
nyaa-origin/master.tar.bz2
migrated masterorigin/master
Diffstat (limited to 'service/user/form/formValidator.go')
-rw-r--r--service/user/form/formValidator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/user/form/formValidator.go b/service/user/form/formValidator.go
index 5ee026b..fe974f1 100644
--- a/service/user/form/formValidator.go
+++ b/service/user/form/formValidator.go
@@ -3,7 +3,7 @@ package form
import (
"regexp"
- "github.com/ewhal/nyaa/util/log"
+ "github.com/NyaaPantsu/nyaa/util/log"
)
const EMAIL_REGEX = `(\w[-._\w]*\w@\w[-._\w]*\w\.\w{2,3})`