mirror of
https://github.com/golang/go
synced 2024-11-18 11:04:42 -07:00
cmd/stringer: tweak "Code generated by" comment to match new standard
See https://golang.org/issue/13560 for the full discussion. The actual change is just the addition of a final period. Update golang/go#13560 Change-Id: Icc2f52b67181de344aa5107f94faa0e739ff993c Reviewed-on: https://go-review.googlesource.com/38415 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
a5c9681e31
commit
23ca8a2633
@ -126,7 +126,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Print the header and package clause.
|
||||
g.Printf("// Code 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")
|
||||
|
Loading…
Reference in New Issue
Block a user