From 953528cddbb5bfac9d5f71ef473ad15e236cfa4f Mon Sep 17 00:00:00 2001 From: xSmurf Date: Tue, 30 Jun 2015 19:10:46 +0000 Subject: [PATCH] Added json tag for read_only whitelist --- profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.go b/profile.go index 92feed5..788424a 100644 --- a/profile.go +++ b/profile.go @@ -64,7 +64,7 @@ type XServerConf struct { type WhitelistItem struct { Path string - ReadOnly bool + ReadOnly bool `json:"read_only"` } type BlacklistItem struct {