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:
parent
3a339b2bb3
commit
aa0d40747c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue