Fix GetN and GetNC to honor package domain. Refactor global package functions to make them all concurrent safe. Fixes #14

This commit is contained in:
Leonel Quinteros
2018-02-13 17:35:07 -03:00
parent 4d0fbfd720
commit c583d0991b
3 changed files with 209 additions and 45 deletions

View File

@@ -1,9 +1,15 @@
# CONTRIBUTING
This open source project welcomes everybody that wants to contribute to it by implementing new features, fixing bugs, testing, creating documentation or simply talk about it.
Most contributions will start by creating a new Issue to discuss what is the contribution about and to agree on the steps to move forward.
## Issues
All issues reports are welcome. Open a new Issue whenever you want to report a bug, request a change or make a proposal.
This should be your start point of contribution.
## Pull Requests