Float64 implements the plugin.FlagSet interface.
(o string, d float64, c string)
| 36 | |
| 37 | // Float64 implements the plugin.FlagSet interface. |
| 38 | func (*GoFlags) Float64(o string, d float64, c string) *float64 { |
| 39 | return flag.Float64(o, d, c) |
| 40 | } |
| 41 | |
| 42 | // String implements the plugin.FlagSet interface. |
| 43 | func (*GoFlags) String(o, d, c string) *string { |