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

cmd/cgo: clarify implicit "cgo" build constraint #24072

Closed
wants to merge 3 commits into from
Closed

cmd/cgo: clarify implicit "cgo" build constraint #24072

wants to merge 3 commits into from

Commits on Feb 23, 2018

  1. cmd/cgo: clarify implicit "cgo" build constraint

    When using the special import "C", the "cgo" build constraint is implied for the go file, potentially triggering unclear "undefined" error messages. The documentation so far did not yet mention this.
    ikkerens authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    2a298db View commit details
    Browse the repository at this point in the history
  2. cmd/cgo: applied alternative wording to cgo constraint

    A change suggested by @ianlancetaylor on gerrit, provides a more direct and clear message for the documentation.
    ikkerens authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    0bf7571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a13f00 View commit details
    Browse the repository at this point in the history