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

File size to big for some IDEs/Godoc #25

Open
Letsu opened this issue Apr 18, 2023 · 1 comment
Open

File size to big for some IDEs/Godoc #25

Letsu opened this issue Apr 18, 2023 · 1 comment
Labels
status: accepted This issue has been accepted by the maintainers team for implementation

Comments

@Letsu
Copy link

Letsu commented Apr 18, 2023

The autogenerated file nautobot.go is not being indexed by default by some IDSs, such as Goland, due to its large file size. Additionally, there is currently no Godoc documentation generated for this package.

To address this issue, the code should probably be split into different files based on the autogenerated models/types, clients and multiple packages for the different api endpoint/tags defined in the swagger file.

This would reduce the filesize and also the size of the compiled binary when only some endpoints are used.

@chadell
Copy link
Contributor

chadell commented Apr 19, 2023

thanks @Letsu for your feedback. It will be taken into account.

@chadell chadell added the status: accepted This issue has been accepted by the maintainers team for implementation label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepted This issue has been accepted by the maintainers team for implementation
Projects
None yet
Development

No branches or pull requests

2 participants