package main import ( flag "github.com/spf13/pflag" ) func main() { flag.Parse() }