Simple Server



In the first section, we will create a generator for a simple Go REST server.

The full code for this section can be found on GitHub code/first-example/simple-server


Schema for a REST server
Generator for mapping In to Out
Templates the implementation
Using creating with our generator