You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Replace empty string "" within generator/types_generator.go with constants that have proper names to improve the readability and understanding of the code.
See the following lines of generator/types_generator.go as an example.
Replace empty string
""withingenerator/types_generator.gowith constants that have proper names to improve the readability and understanding of the code.See the following lines of
generator/types_generator.goas an example.apikit/generator/types_generator.go
Lines 317 to 321 in 8d8fa95
Also see the suggestion of @donutloop in pull request #5 for further information.