diff --git a/hack/boilerplate/boilerplate.go b/hack/boilerplate/boilerplate.go index c0ede73e0e..0969d255dd 100644 --- a/hack/boilerplate/boilerplate.go +++ b/hack/boilerplate/boilerplate.go @@ -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")