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

fix: proccess unexported type nodes #19

Merged
merged 1 commit into from
Apr 10, 2024
Merged

fix: proccess unexported type nodes #19

merged 1 commit into from
Apr 10, 2024

Conversation

g4s8
Copy link
Owner

@g4s8 g4s8 commented Apr 10, 2024

Add flag to process unexported types with
AST visitor.

Fix: #18

Add flag to process unexported types with
AST visitor.

Fix: #18
Copy link

codecov bot commented Apr 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.88%. Comparing base (4c4d50f) to head (abb1822).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   93.83%   93.88%   +0.04%     
==========================================
  Files           9        9              
  Lines         665      670       +5     
==========================================
+ Hits          624      629       +5     
  Misses         34       34              
  Partials        7        7              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@g4s8 g4s8 merged commit f917c17 into master Apr 10, 2024
5 checks passed
@g4s8 g4s8 deleted the i18-unexported-types branch April 10, 2024 19:57
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.

go generate panics (only have package main though)
1 participant