1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/cmd
Russ Cox 6866f5e143 cmd/dist: assume amd64 on OS X, don't run sysctl
Fixes #13425.

Change-Id: I82f49d07841e89fc4f3fde9ea41e710a634579d0
Reviewed-on: https://go-review.googlesource.com/18313
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-01-06 17:59:25 +00:00
..
addr2line
api api: create go1.6.txt 2015-12-17 22:45:50 +00:00
asm
cgo cmd/cgo: gccgo support for cgoCheckPointer 2015-12-17 03:01:38 +00:00
compile cmd/compile: recognize bool(true) as a constant expression 2016-01-06 14:38:33 +00:00
cover
dist cmd/dist: assume amd64 on OS X, don't run sysctl 2016-01-06 17:59:25 +00:00
doc cmd/doc: search the tree in breadth-first order 2015-12-10 18:08:16 +00:00
fix
go cmd/go: special case shared library name when passed "$prefix/..." 2016-01-06 01:46:39 +00:00
gofmt go/parser, go/types: report invalid else branch in if statements 2015-12-07 21:36:31 +00:00
internal cmd/compile: suppress export of Note field within exported bodies 2016-01-05 15:42:12 +00:00
link cmd/link: use current GOROOT for source file paths for standard library 2016-01-04 20:09:57 +00:00
newlink
nm
objdump
pack
pprof cmd/pprof: fix scaling of "gigabyte" unit 2015-12-17 16:38:28 +00:00
trace
vendor
vet cmd/vet: add some checks for invalid pointer passing using cgo 2015-12-18 00:31:21 +00:00
yacc