compose/scripts/setup/install-go-gen
2020-04-30 17:48:34 +02:00

8 lines
229 B
Bash
Executable File

#!/usr/bin/env bash
go get -u github.com/gogo/protobuf/proto
go get -u github.com/gogo/protobuf/jsonpb
go get -u github.com/golang/protobuf/protoc-gen-go
go get -u github.com/stevvooe/protobuild
go get -u gotest.tools/gotestsum