mirror of
https://github.com/moby/moby.git
synced 2026-08-03 06:30:59 +00:00
Remove broken, redundant struct tag
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user