3 lines
90 B
Plaintext
3 lines
90 B
Plaintext
|
#!/bin/bash
|
||
|
env GO111MODULE=on go run github.com/gogo/protobuf/protoc-gen-gogofaster "$@"
|