You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were some minor typographical errors, which I fixed.
I also updated the installation instructions to reference `go install`,
instead of `go get`. Starting with Go 1.16, using `go get` to install
executables has been deprecated.
References:
- https://go-review.googlesource.com/c/go/+/266360/
- golang/go#40276
0 commit comments