go/src/cmd
Michael Matloob fda5dcd9bb cmd/go: fix incorrect determination of import path is DirImportPath
In practice this only shows up when a vendored package, imported on the
command line, imports an internal package.

Change-Id: I34c161d1f1ef15a87c58a422f17d11f77fbac53f
Reviewed-on: https://go-review.googlesource.com/c/go/+/439735
Run-TryBot: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
2022-10-06 18:18:22 +00:00
..
addr2line
api cmd/api: skip tests on platforms that cannot exec 2022-09-27 18:26:56 +00:00
asm cmd/asm: use strings.TrimSuffix 2022-09-29 09:05:01 +00:00
buildid
cgo cmd/cgo, cmd/compile, cmd/link: remove old style build tags 2022-10-04 19:36:17 +00:00
compile cmd/compile: fold constant shift with extension on riscv64 2022-10-06 05:21:04 +00:00
covdata cmd: add skips as needed to get tests to pass on js/wasm 2022-09-29 19:23:50 +00:00
cover cmd/cover: use io.SeekStart, io.SeekCurrent 2022-09-29 23:48:44 +00:00
dist cmd/compile: add late lower pass for last rules to run 2022-10-05 02:40:56 +00:00
doc cmd/doc: use strings.Builder 2022-09-06 17:12:04 +00:00
fix cmd/fix: use strings.Cut 2022-09-29 22:58:43 +00:00
go cmd/go: fix incorrect determination of import path is DirImportPath 2022-10-06 18:18:22 +00:00
gofmt
internal all: remove redundant type conversion 2022-10-06 04:37:00 +00:00
link cmd/link: optimize PPC64 inline plt sequences if local 2022-10-05 14:12:24 +00:00
nm cmd/nm: use print-style not printf-style 2022-09-29 09:05:07 +00:00
objdump cmd/internal/sys: migrate support.go functions to new internal pkg 2022-10-04 18:08:15 +00:00
pack cmd/pack: use strings.Builder 2022-09-08 14:33:43 +00:00
pprof cmd/pprof: fix addr calculation for Windows 2022-08-20 00:56:30 +00:00
test2json cmd/test2json: add signal handler 2022-08-26 17:38:40 +00:00
trace all: use fmt.Appendf 2022-10-04 22:43:12 +00:00
vendor cmd: update vendored golang.org/x/tools for multiple error wrapping 2022-09-23 15:58:01 +00:00
vet all: replace [0-9] with \d in regexps 2022-09-27 14:14:42 +00:00
README.vendor
go.mod cmd: update vendored golang.org/x/tools for multiple error wrapping 2022-09-23 15:58:01 +00:00
go.sum cmd: update vendored golang.org/x/tools for multiple error wrapping 2022-09-23 15:58:01 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.