| Index: common/dirwalk/tests/tools/walkdir/doc.go
|
| diff --git a/grpc/cmd/rpc/generate.go b/common/dirwalk/tests/tools/walkdir/doc.go
|
| similarity index 73%
|
| copy from grpc/cmd/rpc/generate.go
|
| copy to common/dirwalk/tests/tools/walkdir/doc.go
|
| index 478b3b55659be097da7e7bee56410350d232916f..b1577bc613286e30b2ca70f9a34f1d8aa3ef1355 100644
|
| --- a/grpc/cmd/rpc/generate.go
|
| +++ b/common/dirwalk/tests/tools/walkdir/doc.go
|
| @@ -2,6 +2,5 @@
|
| // Use of this source code is governed under the Apache License, Version 2.0
|
| // that can be found in the LICENSE file.
|
|
|
| +// Walk a given directory and perform an action on the files found.
|
| package main
|
| -
|
| -//go:generate cproto -desc=printer_test.desc -discovery=false
|
|
|