Documentation
¶
Overview ¶
Package gobuild wraps `go build ./...`. Whole-run gate: build errors that live in an untouched file may still be caused by your change to a shared package, so findings are never suppressed.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseBuildErrors ¶
ParseBuildErrors reads `go build` stderr and returns one finding per compile error. Package-header lines (`# pkg`) and progress noise are ignored.
Types ¶
Click to show internal directories.
Click to hide internal directories.