From c8e41f3a7986b27820f56ed86d6d846eae452212 Mon Sep 17 00:00:00 2001 From: duohedron Date: Thu, 10 Oct 2019 12:34:40 +0200 Subject: [PATCH] Fix comment for extensionToBoilerplate in boilerplate.go --- hack/boilerplate/boilerplate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")