Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 698 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 698 Bytes

libs

PkgGoDev

List of Go utils and shared code for Altipla Consulting projects.

WARNING: We do incompatible releases from minor to minor because it is an internal lib. Patches are always compatible and fix broken things.

Install

go get libs.altipla.consulting

Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using make gofmt.

Running tests

Run the tests:

make test

License

MIT License