golang.org/x/build@v0.0.0-20240506185731-218518f32b70/cmd/coordinator/protos/protos.go (about)

     1  // Copyright 2020 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  package protos
     5  
     6  // Run "go generate" in this directory to update. You need to have:
     7  //
     8  // - a protoc binary (see https://github.com/golang/protobuf#installation)
     9  // - go get -u github.com/golang/protobuf/protoc-gen-go
    10  
    11  //go:generate protoc --proto_path=$GOPATH/src:. --go_out=plugins=grpc:. coordinator.proto