Directories
¶
| Path | Synopsis |
|---|---|
|
Package gofmt defines an analyzer that reports unformatted Go source files.
|
Package gofmt defines an analyzer that reports unformatted Go source files. |
|
Package gofumpt defines an analyzer that reports Go source files not formatted with gofumpt (a strict superset of gofmt).
|
Package gofumpt defines an analyzer that reports Go source files not formatted with gofumpt (a strict superset of gofmt). |
|
Package noemptyiface defines an analyzer that rejects interface{} in favor of any.
|
Package noemptyiface defines an analyzer that rejects interface{} in favor of any. |
|
Package norecover is a nogo analyzer that enforces the panic→error boundary discipline (RFC-134, audit P2).
|
Package norecover is a nogo analyzer that enforces the panic→error boundary discipline (RFC-134, audit P2). |
|
Package typeimmutable is a nogo analyzer that enforces the immutability RFC-234 relies on: a `values.Type` graph may be written only by the function that built it.
|
Package typeimmutable is a nogo analyzer that enforces the immutability RFC-234 relies on: a `values.Type` graph may be written only by the function that built it. |
Click to show internal directories.
Click to hide internal directories.