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