diff --git a/cmd/stringer/stringer.go b/cmd/stringer/stringer.go index be87dec7..38c9a268 100644 --- a/cmd/stringer/stringer.go +++ b/cmd/stringer/stringer.go @@ -128,7 +128,7 @@ func main() { } // Print the header and package clause. - g.Printf("// generated by stringer %s; DO NOT EDIT\n", strings.Join(os.Args[1:], " ")) + g.Printf("// Code generated by \"stringer %s\"; DO NOT EDIT\n", strings.Join(os.Args[1:], " ")) g.Printf("\n") g.Printf("package %s", g.pkg.name) g.Printf("\n")