Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 684 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 684 Bytes

swagno-fiber

fiber middleware to serve Swagger Ui files and doc.json file which generated from Swagno

Usage

  1. Get Swagno
  2. Create your endpoint array. See: https://github.com/go-swagno/swagno/blob/master/README.md#getting-started
  3. Get swagno-fiber
go get github.com/go-swagno/swagno-fiber
  1. Import swagno-fiber to your handler
import "github.com/go-swagno/swagno-fiber/swagger"
  1. Be sure you created swagger instance and endpoints
  2. Create swagger handler
swagger.SwaggerHandler(app, sw.MustToJson())
  1. Visit /swagger and /swagger/doc.json for confirmation