aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-lintpack/lintpack/doc.go
diff options
context:
space:
mode:
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