Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 479 Bytes

goopenapiui

Go Documentation

goopenapiui is an embedded OpenAPI documentation ui for Go using Swagger UI and Go's 1.16+'s embed package, with middleware implementations for: net/http and echo.

This package does not generate openapi spec file.

Installation

go get github.com/daxartio/goopenapiui

Usage

See example