Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/altipla-consulting/libs

[GERRIT] List of Go utils and shared code for Altipla Consulting projects.
https://github.com/altipla-consulting/libs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# libs

[![PkgGoDev](https://pkg.go.dev/badge/libs.altipla.consulting?tab=subdirectories)](https://pkg.go.dev/libs.altipla.consulting?tab=subdirectories)

List of Go utils and shared code for [Altipla Consulting](https://www.altiplaconsulting.com/) 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

```shell
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:

```shell
make test
```

### License

[MIT License](LICENSE)