gen.sh 237 B

1234567
  1. #!/bin/bash
  2. # Run this script from its directory, so that badgerpb4.proto is where it's expected to
  3. # be.
  4. go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
  5. protoc --go_out=. --go_opt=paths=source_relative badgerpb4.proto