| 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
|
|
|