Package-level comments for static analyzers (#7332)

* package-level comments
* Merge refs/heads/master into analyzer-package-comments
This commit is contained in:
Radosław Kapka
2020-09-24 12:25:55 +02:00
committed by GitHub
parent 4d232feda8
commit e1cd9143e0
6 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
// Package maligned implements a static analyzer to ensure that Go structs take up the least possible memory.
package maligned
import (