David López 37e6995b45 lintpack/gocritic: update lintpack & gocritic versions
update lintpack & gocritic versions to support all the new gocritic checks
2018-12-22 15:34:16 +03:00

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