Skip to content

Commit 2fedac3

Browse files
authored
README: use new @latest syntax for go get
1 parent 6912566 commit 2fedac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ a bunch of examples of test functions and initial input corpuses for various pac
9393
The next step is to get go-fuzz:
9494

9595
```
96-
$ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
96+
$ go get -u github.com/dvyukov/go-fuzz/go-fuzz@latest github.com/dvyukov/go-fuzz/go-fuzz-build@latest
9797
```
9898

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

0 commit comments

Comments
 (0)