This repo holds the code content for the RESTful GO API live trainging session.
This content will continue to grow as I learn more and get your feedback.
If any section is not 100% clear open an issue. If you see anything that you can fix, create a PR.
In order to gradually build up the conent for optimal learning, I have decided to make use of git branches. Each branch
name will have the format <Topic>-01..n
.
Each topic will be in their own folder and will be a complete go project.
At each level of the workshop the branch should be working code. If it is not I will mention it.
-
Standard Library net/http
-
a. Gorilla Mux
b. Echo
-
a. Middleware and Security with Gorilla Mux
b. Middleware and Security with Echo
-
Project Structure
-
Testing and Benchmarking
-
Database
-
Application Delivery
-
Docs Generation