Remove broken, redundant struct tag

This commit is contained in:
Jonathan Rudenberg 2013-05-15 16:02:24 -04:00
parent 3a339b2bb3
commit aa0d40747c
1 changed files with 1 additions and 1 deletions

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 {