title | goimport | gosource |
---|---|---|
Golang vanity URL page / meta for fortio.org/safecast |
fortio.org/safecast git https://github.com/fortio/safecast |
Fortio's safecast
allows you to safely cast between numeric types in Go and return errors (or panic when using the
Must*
variants) when the cast would result in a loss of precision, range or sign.
This page also mostly for making
go get fortio.org/safecast
and godoc work.
Back to fortio.org