henrikac / learn-go-swagger

The purpose of this project is to learn about go-swagger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn-go-swagger

The purpose of this project is to learn about go-swagger.

Requirements

Setup

Run ./scripts/gen-swagger to generate swagger spec document.

Usage

Run go run main.go and then open localhost:3000/docs

Contributing

  1. Fork it (https://github.com/henrikac/learn-go-swagger/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

The purpose of this project is to learn about go-swagger.

License:MIT License


Languages

Language:Go 97.2%Language:Shell 2.8%