Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/altipla-consulting/libs
- Owner: altipla-consulting
- License: mit
- Created: 2018-12-29T12:09:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T23:53:38.000Z (9 months ago)
- Last Synced: 2024-10-22T11:04:14.950Z (3 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/libs.altipla.consulting?tab=subdirectories
- Size: 1.02 MB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/auth_grpc.go
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)