Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't add whitespace to //extern comments #17

Merged
merged 1 commit into from
May 13, 2019

Conversation

tklauser
Copy link
Contributor

When using gccgo, the //extern comment can be used to declare C
functions to call from Go, see
https://golang.org/doc/install/gccgo#Function_names

These comments shouldn't have a whitespace added.

When using gccgo, the //extern comment can be used to declare C
functions to call from Go, see
https://golang.org/doc/install/gccgo#Function_names

These comments shouldn't have a whitespace added.
@tklauser
Copy link
Contributor Author

Another exception 😞

@mvdan mvdan merged commit c76ff6f into mvdan:master May 13, 2019
@tklauser tklauser deleted the gccgo-extern branch May 13, 2019 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants