Registry / utility / lithdew-bytesutil

lithdew-bytesutil

JSON →
library0.0.0-20200409052507-d98389230a59gogounverified

A Go utility library for byte slice operations.

go get github.com/lithdew/bytesutil
INSTALL
IMPORT
SIG · LITHDEW-BYTESUTIL
L
lithdew-bytesutil
utilitygov0.0.0-20200409052507-d98389230a59
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/lithdew/bytesutil

Append byte slices using bytesutil

package main import ( "fmt" "github.com/lithdew/bytesutil" ) func main() { b := bytesutil.Append([]byte("hello"), []byte(" world")) fmt.Println(string(b)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200409052507-d98389230a59latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
lithdew-bytesutil — go get lithdew-bytesutil · libregistry