package
0.0.5
Repository: https://github.com/binchencoder/letsgo.git
Documentation: pkg.go.dev

# Type aliases

Type StringMap implements flag.Value and allows defining a flag which can be provided in command line multiple times, each time a "key=value" string can be specified.
Type StringSlice implements flag.Value and allows defining a flag which can be provided in command line multiple times, each time a string can be specified.