Fix comment for extensionToBoilerplate in boilerplate.go

pull/5544/head
duohedron 2019-10-10 12:34:40 +02:00
parent 4aa3edf640
commit c8e41f3a79
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func main() {
}
// extensionToBoilerplate returns a map of file extension to required boilerplate text
// extensionToBoilerplate returns a map of file extension to required boilerplate text.
func extensionToBoilerplate(dir string) (map[string][]byte, error) {
refs := make(map[string][]byte)
files, _ := filepath.Glob(dir + "/*.txt")