See Old Facer here
# Navigate to your own golang working dir
cd $GOPATH
# Retrieve source code
go get github.com/jm-janzen/nfacer
# Navigate to source dir
cd src/github.com/jm-janzen/nfacer
# Build and run nfacer
go run nfacer.go
# Get package
go get github.com/pilu/fresh
# Execute using our config (watch `*.ace` files)
fresh -c .conf/runner.conf
# If the above doesn't work, try
$GOBIN/fresh -c .conf/runner.conf
ace
HTML templating enginefresh
webserver file watcher