vendorify
1939 files changed
tree: c8871db5520174a580f5c3453e69b208f2a60d7c
  1. go/
  2. proto/
  3. .gitignore
  4. README.md
README.md

hscloud monorepo

This is the main git repository for all HSWAW cloud related code.

Building stuff

No bazel yet :^).

go get -d code.hackerspace.pl/hscloud
go generate code.hackerspace.pl/hscloud/...
go install code.hackerspace.pl/hscloud/go/svc/...

Running stuff in {dev,prod}

TODO(q3k): document this