doc
This commit is contained in:
parent
71ccdd4a72
commit
39f4a358c7
|
@ -52,7 +52,7 @@ type User struct {
|
||||||
Salt string
|
Salt string
|
||||||
Email string
|
Email string
|
||||||
Gravatar string // see http://gravatar.com
|
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
|
Locale string
|
||||||
GoFormat string
|
GoFormat string
|
||||||
FontFamily string
|
FontFamily string
|
||||||
|
|
Loading…
Reference in New Issue