Run from EyeSee dir
protoc --go_out=./dev/service/proto --go-grpc_out=./dev/service/proto ./protocols/*.protoCGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o ../../service/eyesee main.goYou can test the service with grpc-client-cli (https://github.com/vadimi/grpc-client-cli)
Run from EyeSee dir
grpc-client-cli --proto=protocols/service.proto "localhost:25910"