Closed PBadicean closed 1 year ago
I checked that the maximum allowed value for FormatUint will be 2 <= base <= 36 link to docs: https://github.com/golang/go/blob/master/src/strconv/itoa.go
Fixes #12
I checked that the maximum allowed value for FormatUint will be 2 <= base <= 36 link to docs: https://github.com/golang/go/blob/master/src/strconv/itoa.go
Fixes #12