[ 源代码: golang-github-ccoveille-go-safecast ]
软件包:golang-github-ccoveille-go-safecast-dev(1.6.0-1)
golang-github-ccoveille-go-safecast-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-ccoveille-go-safecast:
- [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]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.