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