I have a small cli program in go that implements one command line flag (-config=) using flag.String().
go
-config=
flag.String()
When I ca