aminal/config/config.go

6 lines
55 B
Go

package config
type Config struct {
DebugMode bool
}