go/src
Meng Zhuo 28fa1da9db cmd/api: explicit tagKey with GOOS and GOARCH
The origin tagKey is just dirname if no tags input which will cause
pkgCache missmatch if other imported pkg explicit on GOARCH or GOOS

This CL will add GOOS and GOARCH to tagKey

Fixes #8425
Fixes #21181

Change-Id: Ifc189cf6746d753ad7c7e5bb60621297fc0a4e35
Reviewed-on: https://go-review.googlesource.com/c/138315
Reviewed-by: Robert Griesemer <gri@golang.org>
2018-10-05 17:53:43 +00:00
..
archive
bufio
builtin builtin: document when len and cap are constant 2018-09-18 21:52:11 +00:00
bytes bytes, strings: add ReplaceAll 2018-09-26 20:51:23 +00:00
cmd cmd/api: explicit tagKey with GOOS and GOARCH 2018-10-05 17:53:43 +00:00
compress Revert "compress: move benchmark text from src/testdata to src/compress/testdata" 2018-10-01 16:16:21 +00:00
container
context context: avoid duplicate removeChild 2018-10-03 15:26:10 +00:00
crypto crypto/x509: fix getting user home dir on darwin 2018-10-04 02:31:59 +00:00
database/sql database/sql: improve unimplemented LastInsertId error message 2018-10-03 17:28:45 +00:00
debug debug/pe: skip a test on windows/arm 2018-10-04 17:50:01 +00:00
encoding all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
errors
expvar expvar: add Map.Delete 2018-10-04 01:16:52 +00:00
flag all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
fmt io: export StringWriter 2018-10-03 20:13:35 +00:00
go go/types: determine hasPtrRecv property from source rather than type 2018-10-04 15:21:01 +00:00
hash
html all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
image image: optimize bounds checking for At and Set methods 2018-10-01 19:16:00 +00:00
index/suffixarray
internal internal/syscall: add AIX operating system 2018-10-03 21:28:26 +00:00
io io: export StringWriter 2018-10-03 20:13:35 +00:00
log
math math: use Abs in Pow rather than if x < 0 { x = -x } 2018-10-04 17:33:04 +00:00
mime all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
net io: export StringWriter 2018-10-03 20:13:35 +00:00
os os: make UserHomeDir specialize behavior for GOOS=android 2018-10-04 16:32:56 +00:00
path path/filepath: fix Windows-specific Clean bug 2018-09-29 04:26:02 +00:00
plugin
reflect reflect: add an example for Kind 2018-10-03 22:38:53 +00:00
regexp regexp: fix incorrect name in Match doc comment 2018-09-13 16:29:06 +00:00
runtime runtime: improve mheap.alloc doc and let compiler check system stack 2018-10-05 16:05:17 +00:00
sort
strconv strconv: add example for IsGraphic 2018-09-03 05:45:52 +00:00
strings strings: correctly handle invalid utf8 sequences in Map 2018-10-03 21:27:10 +00:00
sync sync: simplify (*entry).tryStore 2018-09-27 21:44:20 +00:00
syscall syscall: use asynchronous operations on js/wasm 2018-10-04 00:23:03 +00:00
testdata Revert "compress: move benchmark text from src/testdata to src/compress/testdata" 2018-10-01 16:16:21 +00:00
testing all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
text all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
time time: return first error in unsuccessful calls to LoadLocation 2018-10-03 17:40:17 +00:00
unicode
unsafe
vendor/golang_org/x vendor: update golang_org/x/net/route from upstream 2018-10-04 21:36:59 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc