[ 原始碼: golang-github-google-gofuzz ]
套件: golang-github-google-gofuzz-dev (1.2.0-1)
golang-github-google-gofuzz-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-google-gofuzz:
- [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]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Tianon Gravi
- Tim Potter
外部的資源:
- 主頁 [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.