summaryrefslogtreecommitdiff
path: root/vendor/github.com/ccoveille/go-safecast/doc.go
blob: b236245c038032f78adb9af718a1a6ea5c03d3c7 (plain)
1
2
3
4
5
// Package safecast solves the type conversion issues in Go
//
// In Go, integer type conversion can lead to unexpected behavior and errors if not handled carefully.
// Issues can happen when converting between signed and unsigned integers, or when converting to a smaller integer type.
package safecast