diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-04-17 11:54:16 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-04-17 11:54:16 -0700 |
commit | c7f017af059d7838ba9bc6d369bdedd43d45ea5b (patch) | |
tree | efd21e25794747f230cffddb0313e55ff37108a8 /system/item | |
parent | 1967bdc0363f538ecc61134537d680bd6d0b0b82 (diff) |
package documentation for godoc
Diffstat (limited to 'system/item')
-rw-r--r-- | system/item/item.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 ( |