()
| 237 | |
| 238 | func (d *durationValue) Get() interface{} { return time.Duration(*d) } |
| 239 | func (d *durationValue) String() string { return (*time.Duration)(d).String() } |
| 240 | |
| 241 | // Value is the interface to the dynamic value stored in a flag. |
| 242 | // (The default value is represented as a string.) |