зеркало из https://github.com/golang/build.git
16 строки
529 B
Go
16 строки
529 B
Go
// Copyright 2017 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package maintpb
|
|
|
|
// Run "go generate" in this directory to update. You need to:
|
|
//
|
|
// - have the protoc binary in your $PATH
|
|
// - go get grpc-codegen.go4.org/protoc-gen-go4grpc
|
|
//
|
|
// See https://github.com/golang/protobuf#installation for how to install
|
|
// the protoc binary.
|
|
|
|
//go:generate protoc --proto_path=$GOPATH/src:. --go4grpc_out=plugins=grpc:. maintner.proto
|