Registry / utility / eun-go-convert

eun-go-convert

JSON →
library1.2.12gogounverified

A Go library for converting between different data types and structures.

go get github.com/Eun/go-convert
INSTALL
IMPORT
SIG · EUN-GO-CONVERT
E
eun-go-convert
utilitygov1.2.12
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.

convert
github.com/Eun/go-convert

Convert a string to an integer using the convert library.

package main import ( "fmt" "github.com/Eun/go-convert" ) func main() { var i int convert.Assign(&i, "42") fmt.Println(i) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
eun-go-convert — go get eun-go-convert · libregistry