blob: 3e15b11f3dde5c9a4f4b3b9329e3f8eaf267735b (
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 main.go
// imports content package to a blank identifier.
package content
|