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

Unified Diff: common/archive/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/archive/doc.go
diff --git a/common/api/template/doc.go b/common/archive/doc.go
similarity index 61%
copy from common/api/template/doc.go
copy to common/archive/doc.go
index 87de946bf33f058682e426072077830bd5d553de..b2907e1dfe6add0c1eaed977ea1b4e960fbe1685 100644
--- a/common/api/template/doc.go
+++ b/common/archive/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 archive is for readers/writers of archive file formats like ar, tar,
+// cpio, etc.
+package archive

Powered by Google App Engine
This is Rietveld 408576698