Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
toolchain-utils
/
4f29d442786192cced1564f4bbee43fdaa53908e
/
.
/
go
/
go_local
blob: cb2a4dc10c04d98056e852c6209f3acf6aef7179 [
file
] [
log
] [
blame
]
#!/bin/bash
# Invoke the Go compiler for localhost.
GOOS
=
"linux"
GOARCH
=
"amd64"
CGO_ENABLED
=
"1"
\
CC
=
"clang"
\
CXX
=
"clang++"
\
exec go
"$@"