aboutsummaryrefslogtreecommitdiff
path: root/src/go/build/build.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/build/build.go')
-rw-r--r--src/go/build/build.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/go/build/build.go b/src/go/build/build.go
index f40b486635..b373feab33 100644
--- a/src/go/build/build.go
+++ b/src/go/build/build.go
@@ -1907,9 +1907,8 @@ func (ctxt *Context) matchTag(name string, allTags map[string]bool) bool {
if name == "unix" && unixOS[ctxt.GOOS] {
return true
}
- // Let applications know that the Go+BoringCrypto toolchain is in use.
if name == "boringcrypto" {
- return true
+ name = "goexperiment.boringcrypto" // boringcrypto is an old name for goexperiment.boringcrypto
}
// other tags