a-h / rest

Generate OpenAPI 3.0 specifications from Go code.
MIT License
55 stars 22 forks source link

Ignore "go command required" error #28

Open phooijenga opened 3 weeks ago

phooijenga commented 3 weeks ago

The comment parser fails with an "go command required" error when used in an environment that does not have a Go toolchain installed. Ignore this error so that the other functionality of the package can still be used.