Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 620 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 620 Bytes

GOlang WorkSpace (GOWS)

This is the Waybeams Golang Workspace that is being shared to make it possible for multiple collaborators to work in the same build environment.

For the record, I'm not loving this unusual and messy, manual configuration, but it's essentially what is recommended here: https://golang.org/doc/code.html.

Getting Started

Set up Repositories

mkdir gows
cd gows
git clone https://github.com/waybeams/gows.git .
make dev-install

Run Tests

make test

Build and run Todo application

make run

Build the Todo application

make build