Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phx/go-bootstrap
installs latest version of Golang, sets up environment, installs latest GitHub binary release of glide for dependency management. good stuff.
https://github.com/phx/go-bootstrap
Last synced: about 2 months ago
JSON representation
installs latest version of Golang, sets up environment, installs latest GitHub binary release of glide for dependency management. good stuff.
- Host: GitHub
- URL: https://github.com/phx/go-bootstrap
- Owner: phx
- Created: 2023-09-23T03:00:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-09T04:53:21.000Z (about 1 year ago)
- Last Synced: 2023-11-09T05:30:01.169Z (about 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-bootstrap
`go-bootstrap` sets up a full Golang environment automagically with the latest version of Go.
For Linux, it also installs [`glide`](https://github.com/Masterminds/glide/) from the latest GitHub Release to better handle dependency management.
This has probably already been done before, but I wanted to do it myself to make sure it was done right.
## Details
`go-bootstrap` is currently only for Linux AMD64, ARMv6, and MacOS AMD64 because I needed a Go environment set up and took a little extra time to make it reproducable for others and myself in the future.
I will make the necessary changes in the future for different architectures.
ARMv6 will work on ARMv7/8.
If you get antsy, just fork it and submit a PR.
## Dependencies
- `bash`
- `curl`No `sudo` required.