package format
import "honnef.co/go/tools/lint/lintutil/format"
Package format provides formatters for linter problems.
Index ¶
Types ¶
type Formatter ¶
type JSON ¶
func (JSON) Format ¶
type Statter ¶
type Statter interface { Stats(total, errors, warnings int) }
type Stylish ¶
func (*Stylish) Format ¶
func (*Stylish) Stats ¶
type Text ¶
func (Text) Format ¶
Source Files ¶
format.go
- Version
- v0.0.0-2019.2.1
- Published
- Jun 27, 2019
- Platform
- darwin/amd64
- Imports
- 8 packages
- Last checked
- 30 minutes ago –
Tools for package owners.