6 ms·
If you'd prefer to play with golang on linux, I've got quick a Vagrantfile ready to go at https://github.com/adlawson/vagrantfiles https://github.com/adlawson/v
by adlawson 12y ago
If you'd prefer to play with golang on linux, I've got quick a Vagrantfile ready to go at https://github.com/adlawson/vagrantfiles https://github.com/adlawson/vagrantfiles
curl -O https://raw.githubusercontent.com/adlawson/vagrantfiles/master/go/Vagrantfile
vagrant up
...
- vially 12y agoWhy do you assume we're all using a Mac?
- adlawson 12y agoNo assumption, just offering another way to install. Maybe just chill your beans and enjoy Peter's writeup.
- Intermernet 12y agoVagrant is available for Mac, Linux and Windows (https://www.vagrantup.com/downloads.html https://www.vagrantup.com/downloads.html). I'm not sure what other dependency the link above would have.
- krakensden 12y agoWhy do it in a Vagrant? If you download the go tarball from golang.org, it will work just fine with no dependencies on any desktop linux. You can have multiple versions, and switch between them by changing your GOROOT. Plus, it'll be faster.