Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1176)

Unified Diff: common/dirwalk/tests/tools/walkdir/doc.go

Issue 2054763004: luci-go/common/dirwalk: Code for walking a directory tree efficiently Base URL: https://github.com/luci/luci-go@master
Patch Set: Major rewrite of the code. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698