How to Install golang-github-google-gofuzz-dev in Ubuntu 18.04



Install golang-github-google-gofuzz-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-google-gofuzz-dev

Description:

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.

Homepage: https://github.com/google/gofuzz

Version: 0.0~git20150903.0.e4af62d-2

Section: universe/devel