Documentation
¶
Overview ¶
Package bug2909 reproduces go-swagger issue #2909 ("Regular cannot generate swagger automatically"): a route path with an inline regex segment (gorilla/chi style, e.g. {id:[0-9]+}) is silently dropped — the route regex's path alphabet has no `[`/`]`, so the swagger:route line fails to match and no path is emitted (and no diagnostic is raised).
Click to show internal directories.
Click to hide internal directories.