package
0.0.0-20240917120716-8843776e9f3a
Repository: https://github.com/cossacklabs/acra.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Install grpc dependencies
# from https://developers.google.com/protocol-buffers/docs/gotutorial
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
To recompile proto file run from root of acra repository:
make build_protobuf