This commit is contained in:
Liang Ding 2015-03-11 10:22:35 +08:00
parent 71ccdd4a72
commit 39f4a358c7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ type User struct {
Salt string
Email string
Gravatar string // see http://gravatar.com
Workspace string // the GOPATH of this user
Workspace string // the GOPATH of this user (maybe contain several paths splitted by os.PathListSeparator)
Locale string
GoFormat string
FontFamily string