From 78f17c9e49e369764976b9a042d619790dc14f75 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 Upstream-commit: aa0d40747caa8cd9c5cee56046cac011bc3d1065 Component: engine --- components/engine/auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/auth/auth.go b/components/engine/auth/auth.go index 5a5987ace8..9836a20978 100644 --- a/components/engine/auth/auth.go +++ b/components/engine/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 {