[ ソース: golang-github-google-gofuzz ]
パッケージ: golang-github-google-gofuzz-dev (0.0~git20170612.24818f7-1)
golang-github-google-gofuzz-dev に関するリンク
Debian の資源:
golang-github-google-gofuzz ソースパッケージをダウンロード:
- [golang-github-google-gofuzz_0.0~git20170612.24818f7-1.dsc]
- [golang-github-google-gofuzz_0.0~git20170612.24818f7.orig.tar.gz]
- [golang-github-google-gofuzz_0.0~git20170612.24818f7-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.