Awesome
wash
steps to get going
- Clone repo eg. git clone https://github.com/bluesuncorp.wash $GOPATH/src/github.com/<user or org name>/<project name>
- remove .git folder in clone repo, run git init and then add remote
- do a global replace on the code eg. replace: github.com/bluesuncorp/wash with github.com/<user or org name>/<project name>
- run ./bin/init.sh to download any dependencies
- run ./bin/dev.sh to start developing your app
COMPILING TO STATIC BINARY
- NOTES coming soon, just creating the Dockerfile etc...
NOTES:
- a docker solution is in the works which will make everything easier
- ENV variables are locaed in ./bin/dev.sh for you manipulation