Skip to content

Instantly share code, notes, and snippets.

@manphiz
Created September 26, 2013 10:51
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 manphiz/6712599 to your computer and use it in GitHub Desktop.
Save manphiz/6712599 to your computer and use it in GitHub Desktop.
go --cross-compile-all --use-gcc
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/go.rb
/usr/local/Library/Formula/go.rb: loading /usr/local/Library/Formula/apple-gcc42.rb
==> Downloading https://go.googlecode.com/files/go1.1.2.src.tar.gz
Already downloaded: /Library/Caches/Homebrew/go-1.1.2.tar.gz
tar xf /Library/Caches/Homebrew/go-1.1.2.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file src/cmd/ld/lib.c
Hunk #1 succeeded at 665 with fuzz 2.
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/8l
cmd/6a
cmd/8a
cmd/6c
cmd/8c
cmd/6g
cmd/8g
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/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
pkg/runtime (linux/386)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
os
reflect
sort
strings
path/filepath
fmt
path
regexp/syntax
flag
go/token
regexp
go/scanner
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/doc
go/printer
go/build
os/exec
hash
cmd/api
crypto
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
math/big
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
os/signal
crypto/tls
archive/zip
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
cmd/go
expvar
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
container/list
compress/zlib
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
runtime/race
net/rpc/jsonrpc
testing
testing/iotest
testing/quick
# Building packages and commands for linux/386.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
regexp
go/scanner
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
go/doc
log
text/tabwriter
go/printer
go/build
os/exec
hash
crypto
crypto/md5
cmd/api
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
math/big
crypto/sha256
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
os/signal
crypto/tls
archive/zip
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
runtime/race
net/rpc/jsonrpc
testing
testing/iotest
testing/quick
---
Installed Go for linux/386 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
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/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
pkg/runtime (linux/amd64)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
regexp
go/scanner
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
go/doc
text/tabwriter
go/printer
go/build
os/exec
hash
cmd/api
crypto
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
mime
crypto/x509/pkix
net/textproto
crypto/x509
mime/multipart
os/signal
archive/zip
crypto/tls
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
# Building packages and commands for linux/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
fmt
strings
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
go/build
os/exec
hash
crypto
crypto/md5
cmd/api
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
compress/gzip
crypto/aes
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
mime
net/textproto
crypto/x509/pkix
crypto/x509
mime/multipart
os/signal
archive/zip
crypto/tls
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for linux/amd64 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/5l
cmd/6a
cmd/5a
cmd/6c
cmd/5c
cmd/6g
cmd/5g
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/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
pkg/runtime (linux/arm)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
os
reflect
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
regexp
go/scanner
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
go/doc
text/tabwriter
go/printer
go/build
os/exec
hash
cmd/api
crypto
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
math/big
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
mime
crypto/x509/pkix
crypto/x509
net/textproto
mime/multipart
os/signal
crypto/tls
archive/zip
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
# Building packages and commands for linux/arm.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
strings
path/filepath
fmt
path
regexp/syntax
flag
go/token
regexp
go/scanner
go/ast
io/ioutil
net/url
text/template/parse
text/template
go/parser
log
go/doc
text/tabwriter
go/printer
go/build
os/exec
hash
crypto
cmd/api
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
os/signal
crypto/tls
archive/zip
encoding/gob
net/http
html
index/suffixarray
html/template
cmd/go
expvar
runtime/pprof
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
container/list
compress/zlib
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for linux/arm in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/8l
cmd/6a
cmd/8a
cmd/6c
cmd/8c
cmd/6g
cmd/8g
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/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
pkg/runtime (freebsd/386)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
fmt
strings
path/filepath
path
flag
go/token
go/scanner
regexp/syntax
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
crypto/tls
os/signal
archive/zip
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
cmd/go
expvar
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
container/list
compress/zlib
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
# Building packages and commands for freebsd/386.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
regexp
go/scanner
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/doc
go/printer
go/build
os/exec
hash
crypto
cmd/api
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
os/signal
crypto/x509
net/textproto
mime/multipart
archive/zip
crypto/tls
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for freebsd/386 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
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/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
pkg/runtime (freebsd/amd64)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/json
encoding/xml
compress/flate
hash/crc32
crypto/cipher
compress/gzip
crypto/aes
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
math/big
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
os/signal
crypto/tls
archive/zip
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
# Building packages and commands for freebsd/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
fmt
strings
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
go/doc
text/tabwriter
go/printer
go/build
os/exec
hash
crypto
cmd/api
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
math/big
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
mime
crypto/x509/pkix
net/textproto
crypto/x509
mime/multipart
os/signal
archive/zip
crypto/tls
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for freebsd/amd64 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/8l
cmd/6a
cmd/8a
cmd/6c
cmd/8c
cmd/6g
cmd/8g
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/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
pkg/runtime (netbsd/386)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
fmt
strings
path/filepath
path
flag
go/token
regexp/syntax
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
go/build
os/exec
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
os/signal
crypto/tls
archive/zip
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
cmd/go
expvar
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
runtime/race
testing
net/rpc/jsonrpc
testing/iotest
testing/quick
# Building packages and commands for netbsd/386.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
fmt
strings
path/filepath
path
flag
go/token
go/scanner
regexp/syntax
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
compress/gzip
crypto/aes
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
crypto/tls
os/signal
archive/zip
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
database/sql
debug/gosym
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for netbsd/386 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
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/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
pkg/runtime (netbsd/amd64)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
regexp
go/scanner
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
go/doc
log
text/tabwriter
go/printer
go/build
os/exec
hash
crypto
cmd/api
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
os/signal
crypto/tls
archive/zip
encoding/gob
net/http
html
index/suffixarray
html/template
runtime/pprof
cmd/go
expvar
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
container/list
compress/zlib
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
# Building packages and commands for netbsd/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
regexp
go/ast
io/ioutil
net/url
text/template/parse
text/template
go/parser
go/doc
log
text/tabwriter
go/printer
go/build
os/exec
hash
crypto
cmd/api
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
os/signal
crypto/tls
archive/zip
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for netbsd/amd64 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/8l
cmd/6a
cmd/8a
cmd/6c
cmd/8c
cmd/6g
cmd/8g
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/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
pkg/runtime (openbsd/386)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
regexp
go/scanner
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
go/doc
text/tabwriter
go/printer
go/build
os/exec
hash
cmd/api
crypto
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
compress/gzip
crypto/aes
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
math/big
crypto/sha256
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
os/signal
archive/zip
crypto/x509
net/textproto
mime/multipart
crypto/tls
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
runtime/race
net/rpc/jsonrpc
testing
testing/iotest
testing/quick
# Building packages and commands for openbsd/386.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
regexp
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
os/signal
crypto/tls
archive/zip
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
cmd/go
expvar
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
database/sql
debug/gosym
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
runtime/race
net/rpc/jsonrpc
testing
testing/iotest
testing/quick
---
Installed Go for openbsd/386 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
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/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
pkg/runtime (openbsd/amd64)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
fmt
strings
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
math/big
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
os/signal
archive/zip
crypto/x509
net/textproto
mime/multipart
crypto/tls
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
cmd/go
expvar
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
container/list
compress/zlib
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
# Building packages and commands for openbsd/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
compress/gzip
crypto/aes
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
encoding/pem
math/big
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
mime
net/textproto
crypto/x509/pkix
crypto/x509
mime/multipart
os/signal
archive/zip
crypto/tls
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
cmd/go
expvar
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for openbsd/amd64 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/8l
cmd/6a
cmd/8a
cmd/6c
cmd/8c
cmd/6g
cmd/8g
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/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
pkg/runtime (windows/386)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
regexp
go/ast
io/ioutil
net/url
text/template/parse
go/parser
log
text/template
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
encoding/binary
debug/dwarf
cmd/api
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/json
encoding/xml
compress/flate
hash/crc32
crypto/cipher
compress/gzip
crypto/aes
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
math/big
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
crypto/x509
net/textproto
mime/multipart
crypto/tls
os/signal
archive/zip
encoding/gob
net/http
html
index/suffixarray
html/template
runtime/pprof
cmd/go
expvar
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
# Building packages and commands for windows/386.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
unicode/utf16
syscall
strconv
time
reflect
os
sort
fmt
strings
path/filepath
path
flag
go/token
regexp/syntax
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
encoding/binary
debug/dwarf
cmd/api
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
encoding/json
encoding/xml
compress/flate
hash/crc32
crypto/cipher
compress/gzip
crypto/aes
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
math/big
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
mime
crypto/x509/pkix
crypto/x509
net/textproto
mime/multipart
os/signal
archive/zip
crypto/tls
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
database/sql
debug/gosym
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
math/cmplx
image
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
net/rpc/jsonrpc
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for windows/386 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
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/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
pkg/runtime (windows/amd64)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
time
strconv
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
regexp
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
go/build
os/exec
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
math/big
crypto/sha256
encoding/hex
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
os/signal
crypto/x509
net/textproto
mime/multipart
archive/zip
crypto/tls
encoding/gob
html
net/http
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
image
math/cmplx
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
runtime/debug
runtime/race
net/rpc/jsonrpc
testing
testing/iotest
testing/quick
# Building packages and commands for windows/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
unicode/utf16
syscall
strconv
time
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
crypto/des
compress/gzip
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
math/big
encoding/pem
net
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
mime
crypto/x509/pkix
net/textproto
crypto/x509
mime/multipart
os/signal
archive/zip
crypto/tls
encoding/gob
html
index/suffixarray
net/http
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/go
expvar
net/http/pprof
cmd/godoc
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
debug/gosym
database/sql
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
log/syslog
math/cmplx
image
net/http/cgi
image/draw
image/gif
image/jpeg
image/png
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/smtp
os/user
net/rpc/jsonrpc
runtime/debug
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for windows/amd64 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/8l
cmd/6a
cmd/8a
cmd/6c
cmd/8c
cmd/6g
cmd/8g
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/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
pkg/runtime (darwin/386)
# Building packages and commands for host, darwin/amd64.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
fmt
strings
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
cmd/api
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
encoding/pem
math/big
runtime/cgo
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
os/signal
archive/zip
encoding/gob
net
html
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/vet
crypto/x509
net/textproto
mime/multipart
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
database/sql
debug/gosym
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
image
image/draw
image/gif
image/jpeg
crypto/tls
image/png
log/syslog
math/cmplx
net/mail
net/http
net/smtp
os/user
cmd/go
expvar
net/http/pprof
cmd/godoc
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/rpc
runtime/debug
runtime/race
net/rpc/jsonrpc
testing
testing/iotest
testing/quick
# Building packages and commands for darwin/386.
runtime
errors
sync/atomic
sync
unicode
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
fmt
strings
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
go/ast
regexp
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
go/build
os/exec
hash
crypto
crypto/md5
encoding/binary
cmd/api
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/xml
encoding/json
compress/flate
hash/crc32
crypto/cipher
crypto/aes
compress/gzip
crypto/des
math/rand
crypto/subtle
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/hex
math/big
encoding/pem
runtime/cgo
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
os/signal
archive/zip
encoding/gob
html
index/suffixarray
net
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/vet
crypto/x509
net/textproto
mime/multipart
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
crypto/tls
database/sql/driver
database/sql
debug/gosym
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
net/http
image
image/draw
image/gif
image/jpeg
image/png
log/syslog
math/cmplx
net/mail
net/smtp
cmd/go
expvar
net/http/pprof
cmd/godoc
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/rpc
os/user
net/rpc/jsonrpc
runtime/debug
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for darwin/386 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
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/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
sync
io
unicode/utf8
math
bytes
bufio
syscall
strconv
time
reflect
os
sort
strings
fmt
path/filepath
path
regexp/syntax
flag
go/token
go/scanner
regexp
go/ast
io/ioutil
net/url
text/template/parse
go/parser
text/template
log
text/tabwriter
go/printer
go/doc
os/exec
go/build
hash
crypto
crypto/md5
cmd/api
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
go/format
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/json
encoding/xml
compress/flate
hash/crc32
compress/gzip
crypto/cipher
math/rand
crypto/aes
crypto/des
crypto/subtle
crypto/hmac
crypto/rc4
math/big
crypto/sha1
crypto/sha256
encoding/hex
encoding/pem
runtime/cgo
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
mime
os/signal
archive/zip
encoding/gob
html
net
index/suffixarray
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/vet
crypto/x509
net/textproto
mime/multipart
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
database/sql
crypto/tls
debug/gosym
encoding/ascii85
encoding/base32
encoding/csv
hash/crc64
hash/fnv
image/color
image
net/http
image/draw
image/gif
image/jpeg
image/png
log/syslog
math/cmplx
net/mail
cmd/go
expvar
net/http/pprof
cmd/godoc
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/rpc
net/smtp
net/rpc/jsonrpc
os/user
runtime/debug
runtime/race
testing
testing/iotest
testing/quick
---
Installed Go for darwin/amd64 in /private/tmp/-alhe/go
Installed commands in /private/tmp/-alhe/go/bin
The binaries expect /private/tmp/-alhe/go to be copied or moved to /usr/local/Cellar/go/1.1.2/libexec
==> Cleaning
rmdir: /usr/local/Cellar/go/1.1.2/libexec/misc/bash (empty)
rmdir: /usr/local/Cellar/go/1.1.2/libexec/misc/zsh (empty)
==> 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
FYI: We probably didn't build the cgo module because it doesn't build with
clang.
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
==> Finishing up
ln -s ../../Cellar/go/1.1.2/etc/bash_completion.d/go-completion.bash go-completion.bash
ln -s ../Cellar/go/1.1.2/bin/windows_amd64 windows_amd64
ln -s ../Cellar/go/1.1.2/bin/windows_386 windows_386
ln -s ../Cellar/go/1.1.2/bin/openbsd_amd64 openbsd_amd64
ln -s ../Cellar/go/1.1.2/bin/openbsd_386 openbsd_386
ln -s ../Cellar/go/1.1.2/bin/netbsd_amd64 netbsd_amd64
ln -s ../Cellar/go/1.1.2/bin/netbsd_386 netbsd_386
ln -s ../Cellar/go/1.1.2/bin/linux_arm linux_arm
ln -s ../Cellar/go/1.1.2/bin/linux_amd64 linux_amd64
ln -s ../Cellar/go/1.1.2/bin/linux_386 linux_386
ln -s ../Cellar/go/1.1.2/bin/gofmt gofmt
ln -s ../Cellar/go/1.1.2/bin/godoc godoc
ln -s ../Cellar/go/1.1.2/bin/go go
ln -s ../Cellar/go/1.1.2/bin/freebsd_amd64 freebsd_amd64
ln -s ../Cellar/go/1.1.2/bin/freebsd_386 freebsd_386
ln -s ../Cellar/go/1.1.2/bin/darwin_386 darwin_386
ln -s ../../../Cellar/go/1.1.2/share/zsh/site-functions/go go
ln -s ../../Cellar/go/1.1.2 go
ln -s ../Cellar/go/1.1.2 go
==> Summary
/usr/local/Cellar/go/1.1.2: 5718 files, 906M, built in 13.3 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment