https://github.com/ashwanthkumar/golang-utils
Reusable golang code, I use across my projects
https://github.com/ashwanthkumar/golang-utils
Last synced: about 1 year ago
JSON representation
Reusable golang code, I use across my projects
- Host: GitHub
- URL: https://github.com/ashwanthkumar/golang-utils
- Owner: ashwanthkumar
- License: apache-2.0
- Created: 2016-03-03T15:38:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T00:50:47.000Z (over 4 years ago)
- Last Synced: 2025-03-25T14:44:42.642Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/ashwanthkumar/golang-utils)
# GoLang Utils
Collection of some reusable code I've written or got inspired from all under one roof.
## Packages
| Package | Doc |
| --- | --- |
| maps | [](https://godoc.org/github.com/ashwanthkumar/golang-utils/maps) |
| sets | [](https://godoc.org/github.com/ashwanthkumar/golang-utils/sets) |
| netutil | [](https://godoc.org/github.com/ashwanthkumar/golang-utils/netutil) |
| io | [](https://godoc.org/github.com/ashwanthkumar/golang-utils/io) |
| worker | [](https://godoc.org/github.com/ashwanthkumar/golang-utils/worker) |
| sync | [](https://godoc.org/github.com/ashwanthkumar/golang-utils/sync) |