github.com/bosssauce/ponzu@v0.11.1-0.20200102001432-9bc41b703131/content/doc.go (about)

     1  // Package content contains all user-supplied content which the system is to
     2  // manage. Generate content types by using the Ponzu command line tool 'ponzu'
     3  // by running `$ ponzu generate content <structName> <fieldName:type...>`
     4  // Note: doc.go file is required to build the Ponzu command since some packages
     5  // import content package to a blank identifier.
     6  package content