mirror of https://github.com/docker/docs.git
Remove broken, redundant struct tag
This commit is contained in:
parent
3a339b2bb3
commit
aa0d40747c
|
@ -21,7 +21,7 @@ type AuthConfig struct {
|
||||||
Username string `json:"username"`
|
Username string `json:"username"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
Email string `json:"email"`
|
Email string `json:"email"`
|
||||||
rootPath string `json:-`
|
rootPath string
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {
|
func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {
|
||||||
|
|
Loading…
Reference in New Issue