https://github.com/f1zm0/utl
util library for Golang projects
https://github.com/f1zm0/utl
go golang library package util utility
Last synced: 26 days ago
JSON representation
util library for Golang projects
- Host: GitHub
- URL: https://github.com/f1zm0/utl
- Owner: f1zm0
- License: mit
- Created: 2023-01-21T20:43:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T20:22:42.000Z (over 3 years ago)
- Last Synced: 2025-02-25T21:46:57.561Z (over 1 year ago)
- Topics: go, golang, library, package, util, utility
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
`utl` is a collection of utilities for Go projects.
I found myself constantly copy and pasting util functions from one project to another, and often make slight modifications to fit the specific needs of each project. This resulted in having many copies of the same code, scattered across various projects, and it was becoming increasingly difficult to keep track of which function was the most up-to-date.
To avoid duplication and simplify maintenance, I thought it would be a good idea to centralize them in a separate package, write decent documentation and tests, and use the package as a dependency across multiple projects.
> The package is still a work in progress, and I'm adding new functions and structs as I need them.
## Installation
```bash
go get -u github.com/f1zm0/utl
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details