The source code for this library is here. We encourage pull-requests and other contributions from the community.
The LaunchDarkly SDK team monitors the issue tracker in this repository. Bug reports and feature requests specific to this project should be filed in the issue tracker. The SDK team will respond to all newly filed issues within two business days.
We encourage pull requests and other contributions from the community. Before submitting pull requests, ensure that all temporary or unintended code is removed. Don't worry about adding reviewers to the pull request; the LaunchDarkly SDK team will add themselves. The SDK team will acknowledge all pull requests within two business days.
This project should be built against the lowest supported Go version as described in README.md.
To build the library without running any tests:
make
To build the library and run all unit tests:
make test