Closed tobiasjaster closed 1 year ago
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Describe the bug
Trying to render simple Example code produce error during generating payload.go
How to Reproduce
Steps to reproduce the issue. Attach all resources that can help us understand the issue:
docker run --rm -it -v ~\asyncapi2.yaml:/app/asyncapi.yaml -v ~\out:/app/output asyncapi/generator -o /app/output /app/asyncapi.yaml @asyncapi/go-watermill-template --force-write
Expected behavior
Fully rendered output folder
Hope, someone can help me find, what I am doing wrong