| Index: milo/api/proto/generate.go
|
| diff --git a/examples/appengine/helloworld_standard/proto/generate.go b/milo/api/proto/generate.go
|
| similarity index 84%
|
| copy from examples/appengine/helloworld_standard/proto/generate.go
|
| copy to milo/api/proto/generate.go
|
| index 65404dbe46e36955162617eb9c5a8a7f559377de..03f3ea20ca87439c83c86cd7bd1b445aaed235a6 100644
|
| --- a/examples/appengine/helloworld_standard/proto/generate.go
|
| +++ b/milo/api/proto/generate.go
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed under the Apache License, Version 2.0
|
| // that can be found in the LICENSE file.
|
|
|
| -package helloworld
|
| +package milo
|
|
|
| //go:generate go install github.com/luci/luci-go/grpc/cmd/cproto
|
| //go:generate go install github.com/luci/luci-go/grpc/cmd/svcdec
|
| //go:generate cproto
|
| -//go:generate svcdec -type GreeterServer
|
| +//go:generate svcdec -type BuildbotServer
|
|
|