This repository contains the small demo job used for my Hashiconf 2016 demo. It is not intended to be a particularly interesting demo project, but instead to demonstrate the workflow that Nelson enables.
brew install go
- install the Go programming language:go get github.com/constabulary/gb
- install thegb
build toolgo get github.com/codeskyblue/fswatch
- installfswatch
so we can do continous compilation- `alias fswatch="$GOPATH/bin/fswatch"
fswatch
This should give continous compilation without the tedious need to constantly restart gb build
.