vfs: bring DO NOT EDIT comments in line with "go help generate"

This commit is contained in:
Nick Craig-Wood 2020-04-30 12:24:44 +01:00
parent 74d9dabdff
commit 77fb3c2511
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ func test(fileName string, flags int, mode string) {
}
func main() {
fmt.Printf(`// AUTO GENERATED by make_open_tests.go - DO NOT EDIT - use go generate to rebuild
fmt.Printf(`// Code generated by make_open_tests.go - use go generate to rebuild - DO NOT EDIT
package vfs

View File

@ -1,4 +1,4 @@
// AUTO GENERATED by make_open_tests.go - DO NOT EDIT - use go generate to rebuild
// Code generated by make_open_tests.go - use go generate to rebuild - DO NOT EDIT
package vfs