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

Unified Diff: common/dirtools/doc.go

Issue 2014243002: WIP: Archive command which is much faster (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Fixes. Created 4 years, 6 months 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/dirtools/doc.go
diff --git a/common/api/template/doc.go b/common/dirtools/doc.go
similarity index 61%
copy from common/api/template/doc.go
copy to common/dirtools/doc.go
index 87de946bf33f058682e426072077830bd5d553de..69f33e1a4fe95641e5bc0b6ef1bf78084b8ad04f 100644
--- a/common/api/template/doc.go
+++ b/common/dirtools/doc.go
@@ -2,6 +2,6 @@
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
-// Package template defines a proto-based way to configure templates for JSON
-// documents.
-package template
+// Package dirtools is for functions related to walking and manipulating
+// directory trees.
+package dirtools

Powered by Google App Engine
This is Rietveld 408576698