Categorygithub.com/mcluseau/go-swagger-ui
modulepackage
3.23.11+incompatible
Repository: https://github.com/mcluseau/go-swagger-ui.git
Documentation: pkg.go.dev

# README

Usage

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

func main() {
  // ...

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

  // ...
}

# Functions

Box returns the Swagger UI packr box.
HandleAt sets up a http handle at the given path.