GoFlags implements the plugin.FlagSet interface.
| 21 | |
| 22 | // GoFlags implements the plugin.FlagSet interface. |
| 23 | type GoFlags struct { |
| 24 | UsageMsgs []string |
| 25 | } |
| 26 | |
| 27 | // Bool implements the plugin.FlagSet interface. |
| 28 | func (*GoFlags) Bool(o string, d bool, c string) *bool { |
nothing calls this directly
no outgoing calls
no test coverage detected