golang.org/x/build@v0.0.0-20240506185731-218518f32b70/maintner/maintpb/maintpb.go (about)

     1  // Copyright 2017 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 maintpb
     6  
     7  // Run "go generate" in this directory to update. You need to:
     8  //
     9  // - have the protoc binary in your $PATH
    10  // - go get grpc-codegen.go4.org/protoc-gen-go4grpc
    11  //
    12  // See https://github.com/golang/protobuf#installation for how to install
    13  // the protoc binary.
    14  
    15  //go:generate protoc --proto_path=$GOPATH/src:. --go4grpc_out=plugins=grpc:. maintner.proto