blob: 8ae4c0631198404395db1712155939325a63c37a (
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 <contentName> <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
|