Skip to content

shreeharsha-factly/chi-swagger-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install go swagger

https://goswagger.io/install.html

Get go packages

Run

  1. go get
  2. go get -u github.com/go-swagger/go-swagger/cmd/swagger
  3. to create spec file run swagger generate spec -o ./swagger.yaml --scan-models

To start

run these commands parallelly

  1. go run main.go and
  2. for swagger ui swagger serve -F=swagger swagger.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages