diff options
Diffstat (limited to 'system/item/item.go')
-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 ( |