oapi-codegen icon indicating copy to clipboard operation
oapi-codegen copied to clipboard

fix: godoc may be incorrect for some generated types

Open jamietanna opened this issue 1 year ago • 0 comments

// Unimplemented server implementation that returns http.StatusNotImplemented for each endpoint.

type Unimplemented struct{}

The extra newline breaks rendering, at least in Neovim + gopls

jamietanna avatar Apr 19 '24 11:04 jamietanna