An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/ashwanthkumar/golang-utils.svg?branch=master)](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 | [![GoDoc](https://godoc.org/github.com/ashwanthkumar/golang-utils/maps?status.svg)](https://godoc.org/github.com/ashwanthkumar/golang-utils/maps) |
| sets | [![GoDoc](https://godoc.org/github.com/ashwanthkumar/golang-utils/sets?status.svg)](https://godoc.org/github.com/ashwanthkumar/golang-utils/sets) |
| netutil | [![GoDoc](https://godoc.org/github.com/ashwanthkumar/golang-utils/netutil?status.svg)](https://godoc.org/github.com/ashwanthkumar/golang-utils/netutil) |
| io | [![GoDoc](https://godoc.org/github.com/ashwanthkumar/golang-utils/io?status.svg)](https://godoc.org/github.com/ashwanthkumar/golang-utils/io) |
| worker | [![GoDoc](https://godoc.org/github.com/ashwanthkumar/golang-utils/worker?status.svg)](https://godoc.org/github.com/ashwanthkumar/golang-utils/worker) |
| sync | [![GoDoc](https://godoc.org/github.com/ashwanthkumar/golang-utils/sync?status.svg)](https://godoc.org/github.com/ashwanthkumar/golang-utils/sync) |