1 2 3 4 5 6 7 8 9
package global var Options []string var ReturnCode int func init() { Options = make([]string, 0) ReturnCode = 0 }