instruments is a package for the Go Programming Language which features functionality for financial instruments such as orders and stock holdings.
To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run:
$ go get -u github.com/jakeschurch/instruments
This requires Go 1.4 or later.
See API documentation for package and API descriptions.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jake Schurch - Initial work - jakeschurch
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- PurpleBooth for README.md and CONTRIBUTING.md templates