https://github.com/operable/circuit-driver
https://github.com/operable/circuit-driver
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/operable/circuit-driver
- Owner: operable
- License: other
- Created: 2016-06-13T13:50:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T13:20:00.000Z (about 9 years ago)
- Last Synced: 2025-01-09T02:36:47.449Z (about 1 year ago)
- Language: Go
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# circuit-driver
[](https://travis-ci.org/operable/circuit-driver)
[](https://coveralls.io/github/operable/circuit-driver?branch=master)
## Building Locally
### Prerequisites
```sh
brew install protobuf-c
go get -u github.com/gogo/protobuf/protoc-gen-gofast
go get -u github.com/kardianos/govendor
```
### Test and Build
```sh
make vet test exe
```
### Generate Docker Image
```
DOCKER_IMAGE=operable/circuit-driver:$VERSION make docker
```