You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ghost
changed the title
cgo: "DO NOT EDIT" generated code comment does not follow recommendations
cgo: "DO NOT EDIT" generated code comments do not follow recommendations
May 29, 2018
ianlancetaylor
changed the title
cgo: "DO NOT EDIT" generated code comments do not follow recommendations
cmd/cgo: "DO NOT EDIT" generated code comments do not follow recommendations
May 29, 2018
cgo currently generates files with header comments in the following forms:
/* Created by "go tool cgo" - DO NOT EDIT. */
, and// Created by cgo - DO NOT EDIT
These do not following the recommendations made in #13560 (https://golang.org/s/generatedcode).
The text was updated successfully, but these errors were encountered: