Goal is a toolkit for high productivity web development in Go language in the spirit of Revel Framework that is built around the concept of code generation.
Added README.md describing the structure of the newly generated app
Added default app.css and modified views
Removed unnecessary logic from the skeleton's controllers
Replaced utils package by server (probably it worth moving the server package out of the skelton into contrib in future PRs to hide unnecessary complexity)
Added .md files to the list of source files (so they are processed in a special way rather than just copied)
A list of changes includes:
README.md
describing the structure of the newly generated appapp.css
and modified viewsutils
package byserver
(probably it worth moving theserver
package out of the skelton intocontrib
in future PRs to hide unnecessary complexity).md
files to the list of source files (so they are processed in a special way rather than just copied)