Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhromic/go-toolkit
Simple toolkit with reusable utilities for Go programs.
https://github.com/hhromic/go-toolkit
golang toolkit
Last synced: 12 days ago
JSON representation
Simple toolkit with reusable utilities for Go programs.
- Host: GitHub
- URL: https://github.com/hhromic/go-toolkit
- Owner: hhromic
- License: apache-2.0
- Created: 2023-10-24T22:07:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-20T22:53:38.000Z (3 months ago)
- Last Synced: 2024-10-21T02:55:23.759Z (3 months ago)
- Topics: golang, toolkit
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-toolkit
[![Go Reference](https://pkg.go.dev/badge/github.com/hhromic/go-toolkit.svg)](https://pkg.go.dev/github.com/hhromic/go-toolkit)
Simple toolkit with reusable utilities for Go programs.
## Testing
To run package testing with code coverage profiling and reporting:
```
go test -coverprofile cover.out ./...
go tool cover -html=cover.out -o cover.html
```## License
This project is licensed under the [Apache License Version 2.0](LICENSE).