| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-18 | Drop special handling of net.IP type | Pavel Borzenkov | |
| It's now completely covered by generic TextUnmarshaler case. Signed-off-by: Pavel Borzenkov <[email protected]> | |||
| 2018-11-16 | Allow to use values (not pointers) with TextUnmarshaler | Pavel Borzenkov | |
| The patch makes sure that both values and pointer to values are checked for custom TextUnmarshal implementation. This will allow to use go-arg custom parsing as follows: var args struct { Arg CustomType } instead of var args struct { Arg *CustomType } Signed-off-by: Pavel Borzenkov <[email protected]> | |||
| 2017-02-15 | based functions all working | Alex Flint | |
