]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/imports: match solaris files for illumos
authorTobias Klauser <tklauser@distanz.ch>
Sat, 1 Jun 2019 22:51:46 +0000 (00:51 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 20 Jun 2019 17:47:10 +0000 (17:47 +0000)
commit8456b07099a89bab05e60ba1df8e6572c3c6bd81
treeec5fceb696f99d5d3c9f77cbf8164ff6e4604475
parent769fda2d5110eef6146d7df3bf0219872c9b0da6
cmd/go/internal/imports: match solaris files for illumos

Like the android/linux pair, match files with GOOS=solaris if
GOOS=illumos

Follow-up for CL 174457

Fixes #32370
Updates #20603

Change-Id: Id01de8bb3990d7bbb22f735a4abed2b3cf8b4062
Reviewed-on: https://go-review.googlesource.com/c/go/+/179997
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/imports/build.go
src/cmd/go/internal/imports/testdata/illumos/a_illumos.go [new file with mode: 0644]
src/cmd/go/internal/imports/testdata/illumos/b_illumos_amd64.go [new file with mode: 0644]
src/cmd/go/internal/imports/testdata/illumos/c_solaris.go [new file with mode: 0644]
src/cmd/go/internal/imports/testdata/illumos/d_solaris_amd64.go [new file with mode: 0644]
src/cmd/go/internal/imports/testdata/illumos/e.go [new file with mode: 0644]
src/cmd/go/internal/imports/testdata/illumos/f.go [new file with mode: 0644]
src/cmd/go/internal/imports/testdata/illumos/g.go [new file with mode: 0644]
src/cmd/go/internal/imports/testdata/illumos/tags.txt [new file with mode: 0644]
src/cmd/go/internal/imports/testdata/illumos/want.txt [new file with mode: 0644]