thriftlint/doc.go

8 lines
281 B
Go
Raw Permalink Normal View History

2017-01-11 04:36:58 +00:00
// Package thriftlint is an extensible Linter for Thrift files, written in Go.
//
// New() takes a set of checks and options and creates a linter. The linter checks can then
// be applied to a set of files with .Lint(files...).
//
// See the README for details.
package thriftlint