Skip to content

Commit

Permalink
README: use new @latest syntax for go get
Browse files Browse the repository at this point in the history
  • Loading branch information
josharian committed Apr 20, 2021
1 parent 6912566 commit 2fedac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ a bunch of examples of test functions and initial input corpuses for various pac
The next step is to get go-fuzz:

```
$ 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
```

Then, download the corpus and build the test program with necessary instrumentation:
Expand Down

0 comments on commit 2fedac3

Please sign in to comment.