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 has been archived by the owner on May 6, 2020. It is now read-only.
At the moment we have the main package with the core objects (proxy, vm, ioSession, ..) and the main function. The problem with those objects being part of the main package is that golint doesn't pickup some "issues" (eg. undocumented exported symbols).
Plan is to split the main package in two so golint can do its work and we have a clean separation between the main function and the core objects.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment we have the main package with the core objects (proxy, vm, ioSession, ..) and the main function. The problem with those objects being part of the main package is that golint doesn't pickup some "issues" (eg. undocumented exported symbols).
Plan is to split the main package in two so golint can do its work and we have a clean separation between the main function and the core objects.
The text was updated successfully, but these errors were encountered: