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 |