Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 745 Bytes

safecast.md

File metadata and controls

18 lines (15 loc) · 745 Bytes
title goimport gosource
Golang vanity URL page / meta for fortio.org/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.

See github/fortio/safecast

This page also mostly for making

 go get fortio.org/safecast

and godoc work.

Back to fortio.org