package global var Options []string var ReturnCode int func init() { Options = make([]string, 0) ReturnCode = 0 }