// Package internal contains data internal to the application, // available to its services, but not to any code importing them. package internal // Config is the global union config for the application, regardless of the command used type Config struct { Verbose bool }