summaryrefslogtreecommitdiff
path: root/content/doc.go
blob: 549cf325f785f7948b638752e7c9bb61e9ddceca (plain)
1
2
3
4
5
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 content <structName> <fieldName:type...>`
// Note: doc.go file is required to build the Ponzu command since some packages
// import content package to a blank identifier.
package content