# README
xgo

Extension packages for Go
xgo
is a collection of Go packages that extend the functionalities of the Go standard library. It does not have any external dependencies besides the Go standard library.
Following Go Release Policy, each major Go release is supported until there are two newer major releases. Other major releases may still be compatible, however compatibility is not verified nor guaranteed.
Installation
xgo
is compatible with modern Go releases in module mode, with Go installed:
go get -u github.com/jlourenc/xgo
Contributing
Contributions are very welcomed, big or small!
If you have any questions, please open an issue or a draft PR.
Versioning
xgo
follows semver v2.0.0 for tagging releases of the package.
- major version is incremented with any incompatible change to the exported Go API surface or behavior of the API.
- minor version is incremented with any backwards-compatible changes to functionality.
- patch version is incremented with any backards-compatible bug fixes.
License
This project is licensed under the BSD 3-Clause license. See the LICENSE file for more details.