Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Go union type support #1881

Closed
wants to merge 74 commits into from
Closed

Conversation

Souvikns
Copy link
Member

Description

This PR aims to add support for union types in Go.

Related Issue

closes #1842

Checklist

  • The code follows the project's coding standards and is properly linted (npm run lint).
  • Tests have been added or updated to cover the changes.
  • Documentation has been updated to reflect the changes.
  • All tests pass successfully locally.(npm run test).

Additional Notes

jonaslagoni and others added 30 commits November 8, 2023 13:12
asyncapi-bot and others added 21 commits February 19, 2024 10:38
This reverts commit 83a8468.
Copy link

netlify bot commented Mar 11, 2024

Deploy Preview for modelina canceled.

Name Link
🔨 Latest commit 3e200e1
🔍 Latest deploy log https://app.netlify.com/sites/modelina/deploys/65eedbcaed623e00088c4a4e

@asyncapi-bot
Copy link
Contributor

We require all PRs to follow Conventional Commits specification.
More details 👇🏼

 The subject "Go union type support" found in the pull request title "feat: Go union type support" should start with a lowercase character.

@Souvikns Souvikns closed this Mar 11, 2024
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
13.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] go generator is unable to handle unions types correctly.
8 participants