mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-23 23:28:28 -04:00
5 lines
144 B
Bash
Executable file
5 lines
144 B
Bash
Executable file
go get github.com/golang/protobuf/protoc-gen-go
|
|
|
|
protoc \
|
|
--go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any:. *.proto
|
|
|