Registry / testing / dvyukov-go-fuzz

dvyukov-go-fuzz

JSON →
library0.0.0-20240924070022-e577bee5275cgogounverified

Package go-fuzz provides a fuzzing framework for Go programs.

go get github.com/dvyukov/go-fuzz
INSTALL
IMPORT
SIG · DVYUKOV-GO-FUZZ
D
dvyukov-go-fuzz
testinggov0.0.0-20240924070022-e577bee5275c
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.

go-fuzz
✓ github.com/dvyukov/go-fuzz

Imports the go-fuzz package for fuzz testing (usually used via CLI).

package main import ( "fmt" "github.com/dvyukov/go-fuzz" ) func main() { // go-fuzz is typically used as a command-line tool, not a library fmt.Println("go-fuzz package imported") }
Debug
Known issues
gotchago-fuzz is primarily a command-line tool; library usage is limited.
fix
Use the go-fuzz command-line tool for fuzzing; see documentation.
affects: *
Upgrade
Version history
0.0.0-20240924070022-e577bee5275clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
dvyukov-go-fuzz — go get dvyukov-go-fuzz · libregistry