go/src/cmd
Bryan C. Mills eaecd64200 cmd/go: assert on more of the version string in TestScript/gotoolchain
The previous assert triggers whenever the 40-character git commit
contains the substring "999", which happens with a probability
decidedly greater than zero.

For #57001.

Change-Id: If0f1bc1a3dd0e6b7e66768d0cf3a79545ee4e5ed
Reviewed-on: https://go-review.googlesource.com/c/go/+/486399
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2023-04-21 18:08:08 +00:00
..
addr2line
api
asm cmd/asm,cmd/internal/obj/x86: add RDPID instruction to x86 assembler 2023-04-11 18:32:50 +00:00
buildid
cgo
compile go/types, types2: abort type unification if no progress is made 2023-04-21 12:32:24 +00:00
covdata all: replace fmt.Sprintf("%d") with strconv.Itoa 2023-03-31 18:41:24 +00:00
cover
dist cmd/dist: refactor generated cgo-support logic 2023-04-20 17:26:46 +00:00
distpack cmd/dist: add -distpack flag to build distribution archives 2023-04-11 21:29:13 +00:00
doc cmd/doc: format field doc comments when printing entire struct 2023-04-10 22:35:17 +00:00
fix
go cmd/go: assert on more of the version string in TestScript/gotoolchain 2023-04-21 18:08:08 +00:00
gofmt cmd/gofmt: apply a correct suggestion by gopls 2023-04-13 15:25:51 +00:00
internal cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment 2023-04-21 16:47:45 +00:00
link cmd/link/internal/ppc64: Use PCrel relocs in runtime.addmoduledata if supported 2023-04-21 16:11:03 +00:00
nm internal/platform: pass race mode to DefaultPIE 2023-03-20 23:32:34 +00:00
objdump cmd/dist: refactor generated cgo-support logic 2023-04-20 17:26:46 +00:00
pack
pprof internal/platform: add a function to report whether default builds are PIE 2023-03-15 13:31:05 +00:00
test2json cmd: add wasip1 support 2023-04-06 22:37:50 +00:00
trace
vendor all: update vendored golang.org/x/net 2023-04-11 22:42:18 +00:00
vet
README.vendor
go.mod all: update vendored golang.org/x/net 2023-04-11 22:42:18 +00:00
go.sum all: update vendored golang.org/x/net 2023-04-11 22:42:18 +00:00

README.vendor

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