Go: Library package example
The repository at https://github.com/yourbasic/fenwick is a small but complete Go library package. It is intended to be used as a template for larger projects.
In addition to source code and resources, it includes
- a README file with section on
- installation
- documentation and
- roadmap sections
- unit tests
- benchmarks
- godoc links
- a testable doc example, and
- a licence
To install the package:
go get github.com/yourbasic/fenwick
Comments
Be the first to comment!