Registry / utility / wealdtech-go-bytesutil

wealdtech-go-bytesutil

JSON →
library1.2.1gogounverified

Utility functions for working with byte slices in Go.

go get github.com/wealdtech/go-bytesutil
INSTALL
IMPORT
SIG · WEALDTECH-GO-BYTES
W
wealdtech-go-bytesutil
utilitygov1.2.1
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.

bytesutil
github.com/wealdtech/go-bytesutil

Convert hex string to bytes

package main import ( "fmt" "github.com/wealdtech/go-bytesutil" ) func main() { b := bytesutil.FromHex("0x1234") fmt.Println(b) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
wealdtech-go-bytesutil — go get wealdtech-go-bytesutil · libregistry