Registry / utility / tmthrgd-go-byte-test

tmthrgd-go-byte-test

JSON →
library0.0.0-20190904060354-2794345b9929gogounverified

Package bytetest provides an efficient byte test implementation for Go.

go get github.com/tmthrgd/go-byte-test
INSTALL
IMPORT
SIG · TMTHRGD-GO-BYTE-TE
T
tmthrgd-go-byte-test
utilitygov0.0.0-20190904060354-2794345b9929
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.

bytetest
github.com/tmthrgd/go-byte-test

Checks if a byte slice contains another byte slice.

package main import ( "fmt" "github.com/tmthrgd/go-byte-test" ) func main() { result := bytetest.Contains([]byte("hello"), []byte("ell")) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190904060354-2794345b9929latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tmthrgd-go-byte-test — go get tmthrgd-go-byte-test · libregistry