Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Split the main package in two: a proxy package with core objects and a small main package #20

Open
dlespiau opened this issue Mar 20, 2017 · 0 comments

Comments

@dlespiau
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant