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

https://github.com/glocurrency/commons

Common helpers for Golang projects used @ GloCurrency.
https://github.com/glocurrency/commons

commons gcp gin gin-gonic glocurrency go golang google helpers

Last synced: 5 months ago
JSON representation

Common helpers for Golang projects used @ GloCurrency.

Awesome Lists containing this project

README

          

# commons

[![Go Reference](https://pkg.go.dev/badge/github.com/glocurrency/commons.svg)](https://pkg.go.dev/github.com/glocurrency/commons)
[![Go Report Card](https://goreportcard.com/badge/github.com/glocurrency/commons)](https://goreportcard.com/report/github.com/glocurrency/commons)
[![codecov](https://codecov.io/gh/glocurrency/commons/graph/badge.svg?token=YUVUPRTSM0)](https://codecov.io/gh/glocurrency/commons)

Common helpers for Golang projects

## Installation

```bash
go get -u github.com/glocurrency/commons
```

## Local development

### Requirements

1. [Visual Studio Code](https://code.visualstudio.com/)
1. [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
1. [Docker](https://www.docker.com/products/docker-desktop/)

### Container Setup

Run the command from the command palette `Dev Containers: Reopen in Container` to open the project in a container.

![Reopen in Container](https://i.imgur.com/eKiWJn3.png)

## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)

## License
[MIT License](https://github.com/glocurrency/commons/blob/main/LICENSE)