I see the v2.3.0 was out 3 days ago, and my module picked up the new change in values.go. There are problems while building my go script using the kingpin
[exec] ../vendor/gopkg.in/alecthomas/kingpin.v2/values.go:142:25: undefined: str2duration.Str2Duration
Hi,
I see the v2.3.0 was out 3 days ago, and my module picked up the new change in values.go. There are problems while building my go script using the kingpin
do i understand as the https://github.com/xhit/go-str2duration/blob/master/str2duration.go does not have the Str2Duration function?