aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-lintpack/lintpack/doc.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-07-04 11:12:55 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-07-04 15:05:30 +0200
commitc7d7f10bdff703e4a3c0414e8a33d4e45c91eb35 (patch)
tree0dff0ee1f98dbfa3ad8776112053a450d176592b /vendor/github.com/go-lintpack/lintpack/doc.go
parent9573094ce235bd9afe88f5da27a47dd6bcc1e13b (diff)
go.mod: vendor golangci-lint
Diffstat (limited to 'vendor/github.com/go-lintpack/lintpack/doc.go')
-rw-r--r--vendor/github.com/go-lintpack/lintpack/doc.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/go-lintpack/lintpack/doc.go b/vendor/github.com/go-lintpack/lintpack/doc.go
new file mode 100644
index 000000000..4aba342f5
--- /dev/null
+++ b/vendor/github.com/go-lintpack/lintpack/doc.go
@@ -0,0 +1,5 @@
+// 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