prometheus-adapter/vendor/github.com/googleapis/gnostic/extensions/COMPILE-EXTENSION.sh
2017-06-26 19:23:05 +03:00

7 lines
164 B
Bash

go get github.com/golang/protobuf/protoc-gen-go
protoc \
--go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any:. *.proto
go build
go install