[ 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:
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.