diff --git a/conf/user.go b/conf/user.go index b119885..7a43288 100644 --- a/conf/user.go +++ b/conf/user.go @@ -24,7 +24,7 @@ import ( "path/filepath" "strings" "time" - + "regexp" "github.com/b3log/wide/util" )