diff options
Diffstat (limited to 'src/cmd/internal/obj/stringer.go')
| -rw-r--r-- | src/cmd/internal/obj/stringer.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/internal/obj/stringer.go b/src/cmd/internal/obj/stringer.go index 1c7a962e57..f67b89091c 100644 --- a/src/cmd/internal/obj/stringer.go +++ b/src/cmd/internal/obj/stringer.go @@ -93,8 +93,7 @@ func main() { } } -const header = `// Generated by stringer -i %s -o %s -p %s -// Do not edit. +const header = `// Code generated by stringer -i %s -o %s -p %s; DO NOT EDIT. package %s |
