]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/imports: recognize "unix" build tag
authorZeke Lu <lvzecai@gmail.com>
Mon, 29 Aug 2022 23:29:48 +0000 (23:29 +0000)
committerBryan Mills <bcmills@google.com>
Tue, 30 Aug 2022 19:01:26 +0000 (19:01 +0000)
commit3c6a5cdb9a29c0e3b12cdaa8ab81ba22d989e3b0
tree2fafd93eb71ddc5064dcea45ad1db6cc25b63c97
parentf21514c7f8c972ce2291d41cf5b6263f0eb350c7
cmd/go/internal/imports: recognize "unix" build tag

For #20322
For #51572
Fixes #54712

Change-Id: I22fcfa820e83323bfdf1a40deee7286240f02b3e
GitHub-Last-Rev: cd2c6536b0298baf3c54e5bdbc456a814545cff4
GitHub-Pull-Request: golang/go#54716
Reviewed-on: https://go-review.googlesource.com/c/go/+/426296
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/dist/build.go
src/cmd/go/internal/imports/build.go
src/cmd/go/testdata/script/import_unix_tag.txt [new file with mode: 0644]
src/go/build/syslist.go