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