commit | 8fab2beab9720b7615784be7e73dc7791bc013b2 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <q3k@hackerspace.pl> | Thu Oct 25 23:37:37 2018 +0200 |
committer | Serge Bazanski <q3k@hackerspace.pl> | Thu Oct 25 23:37:37 2018 +0200 |
tree | 15312a8326d1611ef3deb7679385f040e36899f8 | |
parent | f311e26c93a08cb56c7a84f20c10638e9289a8cb [diff] |
statusz: fix executable sha256
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.