Remove broken, redundant struct tag

Upstream-commit: aa0d40747caa8cd9c5cee56046cac011bc3d1065
Component: engine
This commit is contained in:
Jonathan Rudenberg
2013-05-15 16:02:24 -04:00
parent 3d72be8236
commit 78f17c9e49
+1 -1
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 {