commit | 5b3b18041a1c02f392453934c827956ff8e00398 | [log] [tgz] |
---|---|---|
author | Sergiusz Bazanski <q3k@q3k.org> | Sat Jan 12 22:37:03 2019 +0100 |
committer | Sergiusz Bazanski <q3k@q3k.org> | Sat Jan 12 22:37:03 2019 +0100 |
tree | 92a9b36c1dd75b69891bf13ea3a09135c4e32feb | |
parent | dffcb581bc4798ab554059f55e56c3711290ed76 [diff] |
secrets: gitignore unencrypted secrtes
This is the main git repository for all HSWAW cloud related code.
No bazel yet :^).
# get the monorepo go get -d code.hackerspace.pl/hscloud # install compile-time utilities sudo apt install protobuf-compiler go install code.hackerspace.pl/hscloud/go/vendor/github.com/golang/protobuf/protoc-gen-go go install code.hackerspace.pl/hscloud/go/vendor/github.com/gobuffalo/packr/packr # generate protos and packr boxes go generate code.hackerspace.pl/hscloud/... # install all services into PATH go install code.hackerspace.pl/hscloud/go/svc/...
TODO(q3k): document this
Everything that's not in go/vendor
is licensed under the terms of the ISC license, see COPYING next to this file.