summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-11 18:33:37 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-11 18:33:37 -0800
commitf65a0092d3c30880d8bf6a9e9f07573b36ee7816 (patch)
tree679a602d3b30a6c2effcf90366e79936a1dfad13 /content
parent2e0b2d83f065d72fc39f89f592f98af421fce34a (diff)
attempting to force item.Types to be populated before the db Init step
Diffstat (limited to 'content')
-rw-r--r--content/doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/doc.go b/content/doc.go
index 3e15b11..8ae4c06 100644
--- a/content/doc.go
+++ b/content/doc.go
@@ -1,6 +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.
+// Note: doc.go file is required to build the Ponzu command since some packages
+// import content package to a blank identifier.
package content