ogen-go / ogen

OpenAPI v3 code generator for go
https://ogen.dev
Apache License 2.0
1.45k stars 86 forks source link

fix: issue 1327 during code generation #1328

Closed yawnak closed 1 month ago

yawnak commented 1 month ago

add semicolon to template response encode. This fixes my issue during code generation

yawnak commented 1 month ago

Sure

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.71%. Comparing base (887f69a) to head (d6350da). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1328 +/- ## ========================================== - Coverage 72.73% 72.71% -0.02% ========================================== Files 190 190 Lines 13101 13101 ========================================== - Hits 9529 9527 -2 - Misses 3021 3022 +1 - Partials 551 552 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

yawnak commented 1 month ago

Sure, i will get from work and fix it. Thank you!

yawnak commented 1 month ago

Done