Pakket: golang-github-ccoveille-go-safecast-dev (1.6.0-1)
Verwijzigingen voor golang-github-ccoveille-go-safecast-dev
Debian bronnen:
Het bronpakket golang-github-ccoveille-go-safecast downloaden:
- [golang-github-ccoveille-go-safecast_1.6.0-1.dsc]
- [golang-github-ccoveille-go-safecast_1.6.0.orig.tar.gz]
- [golang-github-ccoveille-go-safecast_1.6.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Safe number conversion in Go
go-safecast solves the type conversion issues in Go.
Address gosec G115 and cwe-190 Integer Overflow or Wraparound (library).
In Go, integer type conversion can lead to a silent and unexpected behavior and errors if not handled carefully.
This package helps to convert any number to another, and report an error when if there would be a loss or overflow in the conversion.
This package contains the Go development library.