Skip to content

Instantly share code, notes, and snippets.

@divoxx
Created October 8, 2013 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divoxx/6891933 to your computer and use it in GitHub Desktop.
Save divoxx/6891933 to your computer and use it in GitHub Desktop.
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/6a
cmd/6c
cmd/6g
pkg/runtime
pkg/errors
pkg/sync/atomic
pkg/sync
pkg/io
pkg/unicode
pkg/unicode/utf8
pkg/unicode/utf16
pkg/bytes
pkg/math
pkg/strings
pkg/strconv
pkg/bufio
pkg/sort
pkg/container/heap
pkg/encoding/base64
pkg/syscall
pkg/time
pkg/os
pkg/reflect
pkg/fmt
pkg/encoding
pkg/encoding/json
pkg/flag
pkg/path/filepath
pkg/path
pkg/io/ioutil
pkg/log
pkg/regexp/syntax
pkg/regexp
pkg/go/token
pkg/go/scanner
pkg/go/ast
pkg/go/parser
pkg/os/exec
pkg/os/signal
pkg/net/url
pkg/text/template/parse
pkg/text/template
pkg/go/doc
pkg/go/build
cmd/go
# Building packages and commands for darwin/amd64.
runtime
errors
sync/atomic
unicode
unicode/utf8
math
sort
encoding
unicode/utf16
crypto/subtle
container/list
container/ring
image/color
container/heap
sync
runtime/race
io
syscall
image/color/palette
hash
crypto/cipher
hash/crc32
crypto/hmac
hash/adler32
hash/crc64
hash/fnv
bytes
strings
text/tabwriter
bufio
path
html
time
compress/bzip2
strconv
math/rand
math/cmplx
os
crypto
reflect
encoding/base64
regexp/syntax
net/url
crypto/aes
crypto/rc4
crypto/md5
path/filepath
os/exec
crypto/sha1
crypto/sha256
encoding/pem
net
io/ioutil
os/signal
crypto/sha512
encoding/ascii85
encoding/base32
image
regexp
encoding/binary
fmt
image/draw
image/jpeg
debug/dwarf
crypto/des
index/suffixarray
flag
go/token
encoding/json
encoding/xml
text/template/parse
log
debug/elf
debug/macho
debug/pe
go/scanner
compress/flate
math/big
go/ast
encoding/hex
mime
text/template
net/textproto
runtime/pprof
cmd/yacc
archive/tar
compress/gzip
archive/zip
compress/lzw
compress/zlib
crypto/elliptic
crypto/rand
crypto/dsa
encoding/asn1
crypto/rsa
mime/multipart
database/sql/driver
debug/gosym
go/parser
go/printer
go/doc
crypto/ecdsa
crypto/x509/pkix
database/sql
encoding/csv
encoding/gob
crypto/x509
html/template
image/gif
image/png
go/build
cmd/cgo
go/format
cmd/gofmt
cmd/fix
crypto/tls
log/syslog
net/mail
os/user
runtime/debug
testing
testing/iotest
testing/quick
text/scanner
net/http
net/smtp
cmd/go
expvar
net/http/cgi
net/http/cookiejar
net/http/httptest
net/http/httputil
net/http/pprof
net/rpc
net/http/fcgi
net/rpc/jsonrpc
---
Installed Go for darwin/amd64 in /private/tmp/go-f14S/go
Installed commands in /private/tmp/go-f14S/go/bin
The binaries expect /private/tmp/go-f14S/go to be copied or moved to /usr/local/Cellar/go/1.2rc1/libexec
==> Downloading https://go.googlecode.com/files/go1.2rc1.src.tar.gz
Already downloaded: /Library/Caches/Homebrew/go-1.2rc1.tar.gz
==> ./make.bash --no-clean
==> Caveats
The go get command no longer allows $GOROOT as
the default destination in Go 1.1 when downloading package source.
To use the go get command, a valid $GOPATH is now required.
As a result of the previous change, the go get command will also fail
when $GOPATH and $GOROOT are set to the same value.
More information here: http://golang.org/doc/code.html#GOPATH
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
==> Summary
/usr/local/Cellar/go/1.2rc1: 3957 files, 116M, built in 15 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment