Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foomo/go
Go standard library extension, adding the missing parts used in the foomo ecosystem to keep dry.
https://github.com/foomo/go
foomo go
Last synced: about 1 month ago
JSON representation
Go standard library extension, adding the missing parts used in the foomo ecosystem to keep dry.
- Host: GitHub
- URL: https://github.com/foomo/go
- Owner: foomo
- License: mit
- Created: 2023-08-02T13:21:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T13:31:56.000Z (7 months ago)
- Last Synced: 2024-10-29T10:38:58.803Z (about 2 months ago)
- Topics: foomo, go
- Language: Go
- Homepage: https://foomo.org
- Size: 45.9 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# go
[![GoDoc](https://godoc.org/github.com/foomo/go?status.svg)](https://godoc.org/github.com/foomo/go)
[![Go Report Card](https://goreportcard.com/badge/github.com/foomo/go)](https://goreportcard.com/report/github.com/foomo/go)
[![Tests](https://github.com/foomo/go/actions/workflows/test.yml/badge.svg)](https://github.com/foomo/go/actions/workflows/test.yml)Go standard library extension, adding the missing parts used in the foomo ecosystem to keep [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself).
## License
Distributed under MIT License, please see license file within the code for more details.