alexjomin / openapi-parser

Simple and still naive openapi documentation generator from comments of your Go code.
18 stars 8 forks source link

fix: allow exposed API to be used concurrently #47

Closed maxcleme closed 3 years ago

maxcleme commented 3 years ago

https://github.com/alexjomin/openapi-parser/issues/46

Sadzeih commented 3 years ago

Good catch! When I wrote that, I didn't think about the programmatic use case!

I can't approve though so we'll need @denouche's approval!

alexjomin commented 3 years ago

Thanks @maxcleme, nice catch! LGTM, let's merge.