goc/pkg/config/config.go

8 lines
79 B
Go
Raw Normal View History

2021-04-04 03:42:05 +00:00
package config
type gocConfig struct {
Debug bool
}
var GocConfig gocConfig