We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6912566 commit 2fedac3Copy full SHA for 2fedac3
README.md
@@ -93,7 +93,7 @@ a bunch of examples of test functions and initial input corpuses for various pac
93
The next step is to get go-fuzz:
94
95
```
96
-$ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
+$ go get -u github.com/dvyukov/go-fuzz/go-fuzz@latest github.com/dvyukov/go-fuzz/go-fuzz-build@latest
97
98
99
Then, download the corpus and build the test program with necessary instrumentation:
0 commit comments