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
Click to show internal directories.
Click to hide internal directories.