diff --git a/doc/2020.2.html b/doc/2020.2.html index 7ad8a261c..fcf6f4f69 100644 --- a/doc/2020.2.html +++ b/doc/2020.2.html @@ -13,6 +13,7 @@
This release fixes a false positive in U1000. See issue 942 for an example.
+ ++ This release fixes the following issues: +
+ +len
function has been shadowed
If you use Go modules, you can simply run go get honnef.co/go/tools/cmd/staticcheck
to obtain the latest released version.
If you're still using a GOPATH-based workflow, then the above command will instead fetch the master branch.
- It is suggested that you explicitly check out the latest release tag instead, which is currently 2020.2.3
.
+ It is suggested that you explicitly check out the latest release tag instead, which is currently 2020.2.4
.
One way of doing so would be as follows:
cd $GOPATH/src/honnef.co/go/tools/cmd/staticcheck
-git checkout 2020.2.3
+git checkout 2020.2.4
go get
go install