Update user.go

This commit is contained in:
khjde1207 2017-03-27 11:22:22 +09:00 committed by GitHub
parent 2293e37e72
commit d7550b110a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
"path/filepath"
"strings"
"time"
"regexp"
"github.com/b3log/wide/util"
)