Skip to content

Commit 92b859f

Browse files
committed
ipv6: update icmp parameters
Updates golang/go#24440. Change-Id: Idbe22ca853ea4771bb979782ef3bac8b03c59b87 Reviewed-on: https://go-review.googlesource.com/63998 Run-TryBot: Mikio Hara <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 344b2e3 commit 92b859f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

ipv6/gen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ var registries = []struct {
8080
func geniana() error {
8181
var bb bytes.Buffer
8282
fmt.Fprintf(&bb, "// go generate gen.go\n")
83-
fmt.Fprintf(&bb, "// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT\n\n")
83+
fmt.Fprintf(&bb, "// Code generated by the command above; DO NOT EDIT.\n\n")
8484
fmt.Fprintf(&bb, "package ipv6\n\n")
8585
for _, r := range registries {
8686
resp, err := http.Get(r.url)

ipv6/iana.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)