Created
June 20, 2018 19:04
-
-
Save cristaloleg/2073d243af04f4fe9512f73c342d8056 to your computer and use it in GitHub Desktop.
Linter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package lint | |
// Suffix "Checker" is mandatory | |
type captLocalChecker struct { | |
checkerBase | |
upcaseNames map[string]bool | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment