Add install-protoc-gen-go-grpc script

main
Buddy Sandidge 2 years ago
parent 698e76c92c
commit 852cc34fb5

@ -0,0 +1,4 @@
#!/usr/bin/env bash
VERSION=${VERSION:-v1.2.0}
go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc@${VERSION}"
Loading…
Cancel
Save