diff --git a/doc/2021.1.html b/doc/2021.1.html index d3fa82a55..23c4fbfce 100644 --- a/doc/2021.1.html +++ b/doc/2021.1.html @@ -9,6 +9,7 @@
  • Restructured documentation
  • Better integration with gopls
  • Deletion of rdeps
  • +
  • Staticcheck 2021.1.1 release notes
  • UI improvements

    @@ -92,3 +93,29 @@

    Deletion of rdeps

    This was a GOPATH-centric tool that allowed finding all reverse dependencies of a Go package. Both the move to Go modules as well as the emergence of much better tooling for inspecting dependencies (such as goda) has made rdeps redundant.

    + +

    Staticcheck 2021.1.1 release notes

    + +

    + This release adds support for new language features in Go 1.17, + namely conversions from slices to array pointers, + the unsafe.Add function, + and the unsafe.Slice function. +

    + +

    + Additionally, it fixes the following false positives: +

    + + +