Categorygithub.com/fatih/addlint
module
0.0.0-20190906181921-76b21bd409a2
Repository: https://github.com/fatih/addlint.git
Documentation: pkg.go.dev

# README

addlint

An example linter written with go/analysis for tutorial purposes. This is the companion repository for the blog post about writing a custom linter with go/analysis:

https://arslan.io/2019/06/13/using-go-analysis-to-write-a-custom-linter/

# Packages

Package addcheck defines an Analyzer that reports time package expressions that can be simplified.
No description provided by the author