Browse code

Remove broken, redundant struct tag

Jonathan Rudenberg authored on 2013/05/16 05:02:24
Showing 1 changed files
... ...
@@ -21,7 +21,7 @@ type AuthConfig struct {
21 21
 	Username string `json:"username"`
22 22
 	Password string `json:"password"`
23 23
 	Email    string `json:"email"`
24
-	rootPath string `json:-`
24
+	rootPath string
25 25
 }
26 26
 
27 27
 func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {