go/src/cmd
qmuntal 012297a862 cmd/gofmt: set backup file permissions on Windows
File.Chmod is supported on Windows since CL 250077, there is no need
to skip the call anymore.

Updates #18026

Change-Id: Ie03cf016e651b93241f73067614fc4cb341504ef
Reviewed-on: https://go-review.googlesource.com/c/go/+/480416
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2023-03-31 22:38:04 +00:00
..
addr2line
api cmd/api: add API checks for freebsd/riscv64 2023-02-17 21:23:32 +00:00
asm cmd/internal/obj/loong64: assemble BEQ/BNEs comparing with 0 as beqz/bnez 2023-03-31 02:56:19 +00:00
buildid
cgo
compile go/internal/gcimport: unskip Windows tests 2023-03-31 22:22:05 +00:00
covdata all: replace fmt.Sprintf("%d") with strconv.Itoa 2023-03-31 18:41:24 +00:00
cover cmd/cover: add newline to fix -covermode=atomic build error 2023-02-08 18:28:28 +00:00
dist cmd/dist: mark wasip1/wasm port as broken 2023-03-30 19:38:44 +00:00
doc
fix
go all: replace fmt.Sprintf("%d") with strconv.Itoa 2023-03-31 18:41:24 +00:00
gofmt cmd/gofmt: set backup file permissions on Windows 2023-03-31 22:38:04 +00:00
internal cmd/internal/obj: remove redundant cnames on loong64 2023-03-31 03:39:50 +00:00
link cmd/link,cmd/internal/objabi: support ADDR32NB relocations on windows 2023-03-29 05:01:03 +00:00
nm internal/platform: pass race mode to DefaultPIE 2023-03-20 23:32:34 +00:00
objdump cmd/objdump: unskip TestDisasmExtld on Windows 2023-03-31 21:48:16 +00:00
pack all: skip tests that fail on android/arm64 2023-03-10 20:38:29 +00:00
pprof internal/platform: add a function to report whether default builds are PIE 2023-03-15 13:31:05 +00:00
test2json
trace cmd/trace: fix error message for bad goroutine state transition 2023-02-10 21:45:16 +00:00
vendor vendor, cmd/vendor: update standard library dependencies 2023-02-10 18:59:52 +00:00
vet cmd/vet: add directive analyzer 2023-01-30 19:25:52 +00:00
README.vendor
go.mod vendor, cmd/vendor: update standard library dependencies 2023-02-10 18:59:52 +00:00
go.sum vendor, cmd/vendor: update standard library dependencies 2023-02-10 18:59:52 +00:00

README.vendor

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