[ Bron: golang-github-google-gofuzz ]
Pakket: golang-github-google-gofuzz-dev (1.2.0-1)
Verwijzigingen voor golang-github-google-gofuzz-dev
Debian bronnen:
Het bronpakket golang-github-google-gofuzz downloaden:
- [golang-github-google-gofuzz_1.2.0-1.dsc]
- [golang-github-google-gofuzz_1.2.0.orig.tar.gz]
- [golang-github-google-gofuzz_1.2.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- golang-github-adamkorcz-go-fuzz-headers-1-dev
- python-mockldap
- python3-mockldap
- python-mockldap-doc
- golang-github-go-viper-mapstructure-dev
- netsed
- golang-github-joshuarubin-lifecycle-dev
- golang-github-sanity-io-litter-dev
- golang-github-powerman-deepequal-dev
- protoc-gen-go-1-5
- golang-github-tideland-golib-dev
Fuzz testing for Go
gofuzz is a library for populating go objects with random values.
This is useful for testing:
* Do your project's objects really serialize/unserialize correctly in all cases? * Is there an incorrectly formatted object that will cause your project to panic?
Import with import "github.com/google/gofuzz"
This package contains the source.