Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 141 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 141 Bytes

Usage

import "github.com/mcluseau/go-swagger-ui"

func main() {
  // ...

  swaggerui.HandleAt("/swagger-ui/")

  // ...
}