1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove broken, redundant struct tag

This commit is contained in:
Jonathan Rudenberg 2013-05-15 16:02:24 -04:00
parent 3a339b2bb3
commit aa0d40747c

View file

@ -21,7 +21,7 @@ type AuthConfig struct {
Username string `json:"username"`
Password string `json:"password"`
Email string `json:"email"`
rootPath string `json:-`
rootPath string
}
func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {