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.
- Host: GitHub
- URL: https://github.com/glocurrency/commons
- Owner: glocurrency
- License: mit
- Created: 2022-11-12T00:35:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-08T18:00:24.000Z (6 months ago)
- Last Synced: 2026-01-10T18:09:51.662Z (5 months ago)
- Topics: commons, gcp, gin, gin-gonic, glocurrency, go, golang, google, helpers
- Language: Go
- Homepage:
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Audit: audit/basic.go
Awesome Lists containing this project
README
# commons
[](https://pkg.go.dev/github.com/glocurrency/commons)
[](https://goreportcard.com/report/github.com/glocurrency/commons)
[](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.

## 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)