Chromium Code Reviews| 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, |
|
M-A Ruel
2016/06/08 20:25:32
I don't think it's worth creating this layer as I
mithro
2016/06/10 10:09:53
I wanted it to match the "archive/tar" type naming
|
| +// cpio, etc. |
| +package archive |