6 lines
227 B
Go
6 lines
227 B
Go
// Package lintpack provides shared API between the linter and its checkers.
|
|
//
|
|
// Linter is usually implemented by creating instances of registered checkers.
|
|
// Checkers are registered by the AddChecker call.
|
|
package lintpack
|