Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.