go/src/cmd
qmuntal dceee2e983 all: use testenv.Executable instead of os.Executable and os.Args[0]
In test files, using testenv.Executable is more reliable than
os.Executable or os.Args[0].

Change-Id: I88e577efeabc20d02ada27bf706ae4523129128e
Reviewed-on: https://go-review.googlesource.com/c/go/+/651955
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2025-02-24 11:03:10 -08:00
..
addr2line cmd/addr2line: use t.TempDir 2024-09-06 13:23:48 +00:00
api go/*: use go/types.Func.Signature and go/ast.Preorder 2025-02-19 19:25:33 -08:00
asm cmd/internal/obj/loong64: optimize immediate loading 2025-02-20 06:31:35 -08:00
buildid cmd/internal: separate counter package from telemetry package 2024-06-21 19:58:04 +00:00
cgo all: use testenv.Executable instead of os.Executable and os.Args[0] 2025-02-24 11:03:10 -08:00
compile cmd/compile/internal/ssa: correct MOVDnop handling for arm64 2025-02-23 12:04:15 -08:00
covdata all: remove coverageredesign experiment 2025-02-03 12:10:28 -08:00
cover cmd: replace many sort.Interface with slices.Sort and SortFunc 2024-09-03 20:55:18 +00:00
dist all: implement plugin build mode for riscv64 2025-02-19 17:54:34 -08:00
distpack misc/wasm: move wasm runtime files to lib/wasm 2024-08-30 19:15:21 +00:00
doc cmd/doc: add support for starting pkgsite instance for docs 2025-02-03 09:26:03 -08:00
fix all: replace reflect.Value.Type.Kind with reflect.Value.Kind 2025-02-03 10:30:40 -08:00
go all: use testenv.Executable instead of os.Executable and os.Args[0] 2025-02-24 11:03:10 -08:00
gofmt cmd/internal: separate counter package from telemetry package 2024-06-21 19:58:04 +00:00
internal cmd: initial compiler+linker support for DWARF5 .debug_addr 2025-02-22 20:38:27 -08:00
link cmd: initial compiler+linker support for DWARF5 .debug_addr 2025-02-22 20:38:27 -08:00
nm cmd/nm: use t.TempDir 2024-09-06 13:25:54 +00:00
objdump cmd: use cmd/internal/hash.New32 and Sum32 only 2025-02-13 12:34:30 -08:00
pack all: use t.Chdir in tests 2024-09-04 00:52:28 +00:00
pprof cmd/internal/objfile: break out dissassemblers to another package 2024-12-11 08:53:20 -08:00
preprofile cmd/preprofile: correct -V flag 2024-11-27 21:27:58 +00:00
relnote
test2json cmd/go: print build errors during go test -json in JSON 2024-11-17 14:32:05 +00:00
tools
trace internal/trace: interpret string ID arguments for experimental events 2025-02-11 11:23:31 -08:00
vendor cmd/pprof: update vendored github.com/google/pprof [generated] 2025-02-12 20:49:10 -08:00
vet vet: add regression test for printf checker regression 2025-02-12 11:18:11 -08:00
README.vendor
go.mod cmd/pprof: update vendored github.com/google/pprof [generated] 2025-02-12 20:49:10 -08:00
go.sum cmd/pprof: update vendored github.com/google/pprof [generated] 2025-02-12 20:49:10 -08:00

README.vendor

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