Generates a REST service from a golang struct type definition
Creates the needed golang code to offer a REST endpoint from a struct type definition.
Generated bits include the listening endpoint, the logic and the database operations.
You simply need to create a golang struct type in a file and execute this tool. The result
is a full implemented REST service based on that struct type.