golang-github-google-gofuzz 1.2.0-1 source package in Ubuntu

Changelog

golang-github-google-gofuzz (1.2.0-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Apply multi-arch hints.

  [ Shengjing Zhu ]
  * New upstream version
  * Add uscan watch file
  * Backport patch to fix test on 32bit system
  * Update maintainer address to <email address hidden>
  * Update Section to golang
  * Bump debhelper-compat to 13
  * Replace golang-go with golang-any
  * Update Standards-Version to 4.5.1 (no changes)
  * Add Rules-Requires-Root

 -- Shengjing Zhu <email address hidden>  Tue, 26 Jan 2021 01:57:29 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-gofuzz_1.2.0-1.dsc 1.6 KiB 015c69f5273e494330073760c1c3b27385d1057c35ceb25dca3a7e90c3d1c8ac
golang-github-google-gofuzz_1.2.0.orig.tar.gz 16.7 KiB a3d2fc0777639d84dc709af532823587f449b15a5d01dd44d0c72619cb1d0310
golang-github-google-gofuzz_1.2.0-1.debian.tar.xz 3.4 KiB c4ce678762a0192f11c3ff819b2488b8c865e0b66a9102c39a361d7e6865e7a1

No changes file available.

Binary packages built by this source

golang-github-google-gofuzz-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.