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.")
}
// LoadGoBoilerplate loads the boilerplate file passed to --go-header-file.