#demonstrating generating go server code (without main) using go-swagger
Note: once the code is generated, the main function and the handlers implementation is hand coded.
## installing swagger cli
```
make check_install
```
## swagger code gen server steps:
1) swagger specs
see: swagger.yml
2) generate code:
see: Makefile
3) main code:
see: main.go
4) create object and add implementation for the handlers:
see: ./api/handlers/*.go
## references:
- https://www.youtube.com/watch?v=07XhTqE-j8k
- https://github.com/iporsut/todo-list-swagger