golang.org/x/build@v0.0.0-20240506185731-218518f32b70/internal/relui/protos/proto.go (about) 1 // Copyright 2022 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package protos 6 7 // Run "go generate" in this directory to update. You need to have: 8 // 9 // a protoc binary (see https://github.com/protocolbuffers/protobuf/releases) 10 // protocol compiler plugins for Go: 11 // go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.27 12 // go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1 13 14 //go:generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative relui.proto