a simple Go web app based off a golang.org tutorial
primary code source: https://golang.org/doc/articles/wiki/
build binary
go build main.go
run server at localhost:8080
./main
TODO:
- serve on specific ip to deploy to rpi
- implement js (eventually react)
- implement make file
- instructions for better install