We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was looking through the source code, as I often do, and today I found this line which struck me as odd.
https://github.com/golang/go/blob/master/src/runtime/extern.go#L139
1+skip-1
Which seems redundant but maybe this is some kind of compiler trick?
The text was updated successfully, but these errors were encountered:
We use the issue tracker for bug reports. Please ask questions on the golang-nuts mailing list or on forum.golangbridge.org. Thanks.
Sorry, something went wrong.
No branches or pull requests
I was looking through the source code, as I often do, and today I found this line which struck me as odd.
https://github.com/golang/go/blob/master/src/runtime/extern.go#L139
1+skip-1
Which seems redundant but maybe this is some kind of compiler trick?
The text was updated successfully, but these errors were encountered: