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

Unified Diff: common/dirwalk/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/doc.go
diff --git a/buildbucket/client/cmd/buildbucket/doc.go b/common/dirwalk/doc.go
similarity index 67%
copy from buildbucket/client/cmd/buildbucket/doc.go
copy to common/dirwalk/doc.go
index 7e22766652bc0385e3513943dc35546fda1763c8..5c7d10d1f122db0bd9b7e9382ce9b98ec491379a 100644
--- a/buildbucket/client/cmd/buildbucket/doc.go
+++ b/common/dirwalk/doc.go
@@ -2,5 +2,5 @@
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
-// Command buildbucket is a low-level CLI client for buildbucket service.
-package main
+// Package dirwalk contains implementations of tree walking functions.
+package dirwalk

Powered by Google App Engine
This is Rietveld 408576698