From c7f017af059d7838ba9bc6d369bdedd43d45ea5b Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 17 Apr 2017 11:54:16 -0700 Subject: package documentation for godoc --- system/item/item.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/item') diff --git a/system/item/item.go b/system/item/item.go index 227cd26..caa6faa 100644 --- a/system/item/item.go +++ b/system/item/item.go @@ -1,3 +1,6 @@ +// Package item provides the default functionality to Ponzu's content/data types, +// how they interact with the API, and how to override or enhance their abilities +// using various interfaces. package item import ( -- cgit v1.2.3