Oleksii Morarash
Oleksii Morarash
Rebased and adapted this patch in #558 . I think we can close it now.
That's a must have feature. In other case typical cyclic deps arose: * `server` pkg contains implementation that imports `tools` pkg; * `tools` pkg has to import `server` in order...
https://github.com/deepmap/oapi-codegen/pull/389
I've adapted #389 to the latest version of `oapi-codegen` in #558
The difference from origin patch is you have to specify full Golang package name like: ``` oapi-codegen -package types -generate types my.yaml > types/types.gen.go oapi-codegen -package client -generate client -type-package...
Will do. Thanks!