Skip to content

waybeams/gows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Golang Workspace for Waybeams project(s)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published