fs.StringVarP(&g.GoHeaderFilePath,"go-header-file","h",g.GoHeaderFilePath,"File containing boilerplate header text. The string YEAR will be replaced with the current 4-digit year.")
fs.StringVarP(&g.GoHeaderFilePath,"go-header-file","h",g.GoHeaderFilePath,"File containing boilerplate header text. The string YEAR will be replaced with the current 4-digit year.")
fs.BoolVar(&g.VerifyOnly,"verify-only",g.VerifyOnly,"If true, only verify existing output, do not write anything.")
}
}
// LoadGoBoilerplate loads the boilerplate file passed to --go-header-file.
// LoadGoBoilerplate loads the boilerplate file passed to --go-header-file.