danielgtaylor / danielgtaylor/openapi-cli-generator
Call openapiYmlRegister() instead of openapiRegister()
Open
bug
- Dominant language
- Go
- Stars
- 218
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
(Really great tool you've written, thanks)
The readme.md says to call openapiRegister() from main.go, but I have to call openapiYmlRegister() instead.
I don't know if this is a bug or what, but since I'm not fluent in go, it took me some time to track down the issue.
I was getting the following error message:
```
# command-line-arguments
./main.go:16:9: undefined: openapiRegister
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.