This commit is contained in:
Liang Ding 2014-08-23 23:07:24 +08:00
parent d244bfc14b
commit eb14eac34e
1 changed files with 2 additions and 2 deletions

View File

@ -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")