package
0.0.0-20241119031517-d78a05f52a91
Repository: https://github.com/muly/golang.git
Documentation: pkg.go.dev

# README

#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:

# Packages

No description provided by the author
No description provided by the author