src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

doc.go (227B)


      1 //go:generate go run ../generate.go
      2 
      3 // Package staticcheck contains analyzes that find bugs and performance issues.
      4 // Barring the rare false positive, any code flagged by these analyzes needs to be fixed.
      5 package staticcheck