https://github.com/datek/gotils
Utilities for Golang
https://github.com/datek/gotils
datetime environment-variables logging timeout waitgroup
Last synced: 4 months ago
JSON representation
Utilities for Golang
- Host: GitHub
- URL: https://github.com/datek/gotils
- Owner: DAtek
- License: mit
- Created: 2023-04-04T05:46:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T06:04:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T10:59:11.679Z (about 1 year ago)
- Topics: datetime, environment-variables, logging, timeout, waitgroup
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/DAtek/gotils) [](https://goreportcard.com/report/github.com/DAtek/gotils)
# Gotils
Golang utilities for building applications.
### Why?
I found myself implementing almost the same utility functions in my new `Go` projects and it started to annoyed me.
I know there are a lot of other mature and good quality packages out there, but for me, who started using `Go` not long ago, it was a good exercise to implement these lightweight helpers.