mirror of
https://github.com/rclone/rclone.git
synced 2025-01-08 23:40:29 +01:00
c156716d01
Apparently fmt.Sscanln doesn't parse bool's properly and this isn't likely to be fixed by the Go team who regard sscanf as a mistake. This only uses sscan for integers and uses the correct routine for everything else. This also implements parsing time.Duration See: https://github.com/golang/go/issues/43306 |
||
---|---|---|
.. | ||
configstruct_test.go | ||
configstruct.go | ||
internal_test.go |