From aa0d40747caa8cd9c5cee56046cac011bc3d1065 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Wed, 15 May 2013 16:02:24 -0400 Subject: [PATCH] Remove broken, redundant struct tag --- auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth.go b/auth/auth.go index 5a5987ace8..9836a20978 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -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 {