Skip to content

Instantly share code, notes, and snippets.

@cristaloleg
Created June 20, 2018 19:12
Show Gist options
  • Save cristaloleg/8b98569cb86ff46c95b9441cb70110ec to your computer and use it in GitHub Desktop.
Save cristaloleg/8b98569cb86ff46c95b9441cb70110ec to your computer and use it in GitHub Desktop.
func (c *captLocalChecker) Init() {
c.upcaseNames = map[string]bool{
"IN": true,
"OUT": true,
"INOUT": true,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment