A standard library for microservices.
Opinionated microservice kit to help developers to build microservices with go.
A pace/bricks microservice is:
go get github.com/pace/bricks/cmd/pb
pb -h
Read our contributors guide.
make testto test without dependencies
docker-compose run testserver make integrationto test with dependencies
make testserverto start a testserver that will be started with dependencies. In order to update the server one need to
docker-compose restart testserver
| Variable | Description | |-|-| |
PACE_BRICKS_EDITOR| The path to the editor that should be used for opening a project. Defaults to
$EDITOR. | |
PACE_BRICKS_PATH| The path where new project should be created. Defaults to
$HOME/PACE. |