Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 313 Bytes

File metadata and controls

15 lines (13 loc) · 313 Bytes

Setup

# $GOPATH should be properly set
# see https://golang.org/doc/code.html for info

~ $ mkdir -p $GOPATH/src/github.com/gigaroby/
~ $ cd $GOPATH/src/github.com/gigaroby
~ $ git clone git@github.com:gigaroby/quick-a.git

~ $ cd quick-a
# install project deps
~ $ make deps
# run all
~ $ make run