Go implementation of EdgeX Core Command.
core-command has been duplicated in go.
Repo contains core-command-go
microservice
To fetch the code and start the microservice execute:
go get github.com/edgexfoundry/core-command-go
cd $GOPATH/src/github.com/edgexfoundry/core-command-go
glide install
go install
core-command-go