diff --git a/blogo/metadata/metadata.go b/blogo/metadata/metadata.go index b7a851e..5fed74b 100644 --- a/blogo/metadata/metadata.go +++ b/blogo/metadata/metadata.go @@ -13,6 +13,11 @@ // See the License for the specific language governing permissions and // limitations under the License. +// [Metadata] is a simple key-value data structure that should be used by +// plugins to pass data between their processes and between plugins. +// +// This package provides a collection of types, interfaces and functions to +// help create and manipulate said data structure. package metadata import (