github.com/crowdsecurity/crowdsec@v1.6.1/pkg/protobufs/README.md (about) 1 To generate go code for the `notifier.proto` files, run : 2 3 ``` 4 protoc --go_out=. --go_opt=paths=source_relative \ 5 --go-grpc_out=. --go-grpc_opt=paths=source_relative \ 6 proto/alert.proto` 7 ``` 8