Source: golang-github-adamkorcz-go-fuzz-headers-1 Maintainer: Debian Go Packaging Team Uploaders: Simon Josefsson , Section: golang Testsuite: autopkgtest-pkg-go Build-Depends: debhelper-compat (= 14), dh-sequence-golang, golang-any, golang-k8s-api-dev, Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-adamkorcz-go-fuzz-headers-1 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-adamkorcz-go-fuzz-headers-1.git Homepage: https://github.com/AdamKorcz/go-fuzz-headers-1 XS-Go-Import-Path: github.com/AdamKorcz/go-fuzz-headers-1 Package: golang-github-adamkorcz-go-fuzz-headers-1-dev Provides: golang-github-adalogics-go-fuzz-headers-dev, Conflicts: golang-github-adalogics-go-fuzz-headers-dev, Architecture: all Multi-Arch: foreign Depends: golang-k8s-api-dev, Description: helper functions for Go fuzzing (library) Various helper functions for go fuzzing. It is mostly used in combination with go-fuzz (https://github.com/dvyukov/go-fuzz), but compatibility with fuzzing in the standard library will also be supported. Any coverage guided fuzzing engine that provides an array or slice of bytes can be used with go-fuzz-headers. . go-fuzz-headers' approach to fuzzing structs is strongly inspired by gofuzz (https://github.com/google/gofuzz). . This package contains the library.