Open podhmo opened 2 years ago
https://go.dev/doc/go1.19
The new function TextVar defines a flag with a value implementing encoding.TextUnmarshaler, allowing command-line flag variables to have types such as big.Int, netip.Addr, and time.Time.
Does someone found a workaround?
https://go.dev/doc/go1.19