-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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/go/internal/imports: recognize "unix" build tag #54716
Conversation
This PR (HEAD: 9bf40a4) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/426296 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
This PR (HEAD: a57197c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/426296 to see it. Tip: You can toggle comments from me using the |
Message from Zeke Lu: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
Message from Bryan Mills: Patch Set 2: Run-TryBot+1 Code-Review+2 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
Message from Bryan Mills: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
Message from Zeke Lu: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
Message from Bryan Mills: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
This PR (HEAD: cd2c653) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/426296 to see it. Tip: You can toggle comments from me using the |
Message from Zeke Lu: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
Message from Heschi Kreinick: Patch Set 3: Run-TryBot+1 Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
Message from Gopher Robot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426296. |
For #20322 For #51572 Fixes #54712 Change-Id: I22fcfa820e83323bfdf1a40deee7286240f02b3e GitHub-Last-Rev: cd2c653 GitHub-Pull-Request: #54716 Reviewed-on: https://go-review.googlesource.com/c/go/+/426296 Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426814. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426814. |
…ld tag For #20322 For #51572 Updates #54712 Fixes #54736 Change-Id: I22fcfa820e83323bfdf1a40deee7286240f02b3e GitHub-Last-Rev: cd2c653 GitHub-Pull-Request: #54716 Reviewed-on: https://go-review.googlesource.com/c/go/+/426296 Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Reviewed-by: Bryan Mills <[email protected]> (cherry picked from commit 3c6a5cd) Reviewed-on: https://go-review.googlesource.com/c/go/+/426814 Run-TryBot: Bryan Mills <[email protected]>
Message from Heschi Kreinick: Patch Set 1: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426814. |
Message from Heschi Kreinick: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/426814. |
This PR is being closed because golang.org/cl/426814 has been merged. |
…ld tag For golang#20322 For golang#51572 Updates golang#54712 Fixes golang#54736 Change-Id: I22fcfa820e83323bfdf1a40deee7286240f02b3e GitHub-Last-Rev: cd2c653 GitHub-Pull-Request: golang#54716 Reviewed-on: https://go-review.googlesource.com/c/go/+/426296 Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Reviewed-by: Bryan Mills <[email protected]> (cherry picked from commit 3c6a5cd) Reviewed-on: https://go-review.googlesource.com/c/go/+/426814 Run-TryBot: Bryan Mills <[email protected]>
For #20322
For #51572
Fixes #54712