This commit is contained in:
parent
d244bfc14b
commit
eb14eac34e
|
@ -12,7 +12,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Conf struct {
|
type conf struct {
|
||||||
Server string
|
Server string
|
||||||
StaticServer string
|
StaticServer string
|
||||||
EditorChannel string
|
EditorChannel string
|
||||||
|
@ -25,7 +25,7 @@ type Conf struct {
|
||||||
GOPATH string
|
GOPATH string
|
||||||
}
|
}
|
||||||
|
|
||||||
var Wide Conf
|
var Wide conf
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
flag.Set("logtostderr", "true")
|
flag.Set("logtostderr", "true")
|
||||||
|
|
Loading…
Reference in New Issue