summaryrefslogtreecommitdiff
path: root/content/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'content/doc.go')
-rw-r--r--content/doc.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/doc.go b/content/doc.go
new file mode 100644
index 0000000..3e15b11
--- /dev/null
+++ b/content/doc.go
@@ -0,0 +1,6 @@
+// Package content contains all user-supplied content which the system is to
+// manage. Generate content types by using the Ponzu command line tool 'ponzu'
+// by running `$ ponzu generate <contentName> <fieldName:type...>`
+// Note: doc.go file is required to build the Ponzu command since main.go
+// imports content package to a blank identifier.
+package content