Skip to content

operable/circuit-driver

Repository files navigation

circuit-driver

Build Status Coverage Status

Building Locally

Prerequisites

brew install protobuf-c
go get -u github.com/gogo/protobuf/protoc-gen-gofast
go get -u github.com/kardianos/govendor

Test and Build

make vet test exe

Generate Docker Image

DOCKER_IMAGE=operable/circuit-driver:$VERSION make docker