# README
Lineo ID proto library
Go plugins for the protocol compiler
Install the protocol compiler plugins for Go using the following commands:
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
Install GRPC Gateway(optional)
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2
go install google.golang.org/protobuf/cmd/protoc-gen-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
Generate proto file to Go
make generate
with buf
buf generate
# or
go run github.com/bufbuild/buf/cmd/[email protected] generate
with task
task generate
# Packages
No description provided by the author