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.1-2019.2.3
- Published
- Sep 4, 2019
- Platform
- windows/amd64
- Imports
- 8 packages
- Last checked
- 10 minutes ago –
Tools for package owners.