Registry / utility / cstockton-go-conv

cstockton-go-conv

JSON →
library1.0.0gogounverified

Package conv provides fast and intuitive conversions across Go types.

go get github.com/cstockton/go-conv
INSTALL
IMPORT
SIG · CSTOCKTON-GO-CONV
C
cstockton-go-conv
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

conv
github.com/cstockton/go-conv

Convert a string to int64

package main import ( "github.com/cstockton/go-conv" ) func main() { val, err := conv.Int64("123") if err != nil { panic(err) } println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cstockton-go-conv — go get cstockton-go-conv · libregistry