Skip to content

Commit b2aab1c

Browse files
committed
Use "Code generated by" header.
This is in line with https://golang.org/cl/15073.
1 parent eb4aef8 commit b2aab1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ var t = template.Must(template.New("").Funcs(template.FuncMap{
237237
"quoteBytes": func(b []byte) string {
238238
return strconv.Quote(string(b))
239239
},
240-
}).Parse(`{{define "Header"}}// generated by vfsgen; DO NOT EDIT
240+
}).Parse(`{{define "Header"}}// Code generated by vfsgen; DO NOT EDIT
241241
242242
{{with .BuildTags}}// +build {{.}}
243243

test/test_vfsdata_test.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)