This website requires JavaScript.
Explore
Help
Register
Sign In
qbit
/
go
Watch
1
Star
0
Fork
0
You've already forked go
mirror of
https://github.com/golang/go
synced
2024-11-06 09:26:18 -07:00
Code
Releases
Activity
f340ed3ae2
go
/
cmd
/
getgo
/
server
/
app.yaml
3 lines
28 B
YAML
Raw
Normal View
History
Unescape
Escape
cmd/getgo/server: update to go112 GAE runtime Change-Id: Ib8a301da7ce32ece3fe15d7cbecddeaf380ec43a Reviewed-on: https://go-review.googlesource.com/c/tools/+/191377 Reviewed-by: Katie Hockman <katie@golang.org>
2019-08-22 12:56:02 -06:00
runtime
:
go112
cmd/getgo: initial commit Initial commit of getgo, a "one-line installer". Example use from bash: curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer It's comprised of two parts: cmd/getgo/server: an App Engine application that redirects users to an appropriate installer based on the request path, which identifies the user's operating system. It's deployed to get.golang.org. cmd/getgo: a cross-compiled binary that does the heavy lifting of downloading and installing the latest Go version (including setting up the environment) to the user's system. The installers are served from the golang GCS bucket. Currently supported systems: linux, darwin, windows / amd64, 386 Authored by Jess Frazelle, Steve Francia, Chris Broadfoot. Change-Id: I615de86e198d3bd93e418fa23055d00ddbdd99fb Reviewed-on: https://go-review.googlesource.com/51115 Reviewed-by: Jaana Burcu Dogan <jbd@google.com>
2017-07-25 15:46:40 -06:00
service
:
get
Copy Permalink