From eb14eac34e6a7a6ed3223190049c89a110b254dc Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 23 Aug 2014 23:07:24 +0800 Subject: [PATCH] . --- conf/wide.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/wide.go b/conf/wide.go index 8ff78d7..3efe79d 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -12,7 +12,7 @@ import ( "strings" ) -type Conf struct { +type conf struct { Server string StaticServer string EditorChannel string @@ -25,7 +25,7 @@ type Conf struct { GOPATH string } -var Wide Conf +var Wide conf func init() { flag.Set("logtostderr", "true")