Registry /
web-framework / emicklei-go-restful-swagger12
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
swagger
✓ github.com/emicklei/go-restful-swagger12
Creates a Swagger API declaration.
package main
import (
"fmt"
"github.com/emicklei/go-restful-swagger12"
)
func main() {
api := swagger.ApiDeclaration{}
fmt.Printf("Swagger API: %+v\n", api)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20201014110547-68ccff494617latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.