Skip to content

Instantly share code, notes, and snippets.

@cristaloleg
Created June 20, 2018 19:04
Show Gist options
  • Save cristaloleg/2073d243af04f4fe9512f73c342d8056 to your computer and use it in GitHub Desktop.
Save cristaloleg/2073d243af04f4fe9512f73c342d8056 to your computer and use it in GitHub Desktop.
Linter
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