goc/pkg/config/config.go
2021-04-05 09:06:53 +08:00

8 lines
79 B
Go

package config
type gocConfig struct {
Debug bool
}
var GocConfig gocConfig