[ 原始碼: 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.