github.com/blp1526/goa@v1.4.0/goagen/gen_main/doc.go (about)

     1  /*
     2  Package genmain provides a generator for a skeleton goa application.
     3  This generator generates the code for a basic "main" package and is mainly intended as a way to
     4  bootstrap new applications.
     5  The generator creates a main.go file and one file per resource listed in the API metadata.
     6  If a file already exists it skips its creation unless the flag --force is provided on the command
     7  line in which case it overrides the content of existing files.
     8  */
     9  package genmain