gomodfuzz

command
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2019 License: MPL-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Command gomodfuzz assists testing of Go program compatability with 1.11+ module support. It runs the input program with permutations of GO111MODULE, GOFLAGS, GOPATH, execution from a module directory (affecting GOMOD), and working directory (e.g. under GOPATH or not).

Usage:

gomodfuzz --help

Basic test:

gomodfuzz -- /path/to/subject --subject_flag0  --subject_flag1 subject_arg0 subject_arg1

Run subject command with a timeout of 10 seconds:

gomodfuzz --timeout 10 -- /path/to/subject

Display verbose results (passes, full errors, etc.)

gomodfuzz -v -- /path/to/subject

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL