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

https://github.com/andeya/goutil

Golang common tool functions and components.
https://github.com/andeya/goutil

go-utils

Last synced: about 1 year ago
JSON representation

Golang common tool functions and components.

Awesome Lists containing this project

README

          

# goutil [![Build Status](https://travis-ci.org/andeya/goutil.svg?branch=mgoutil)](https://travis-ci.org/andeya/goutil) [![report card](https://goreportcard.com/badge/github.com/andeya/goutil?style=flat-square)](http://goreportcard.com/report/andeya/goutil) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/andeya/goutil)

Golang common tool functions or components.

## Inclusion criteria

- Only rely on the Go standard package
- Functions or lightweight packages
- Non-business related general tools

## Package Path

- `github.com/andeya/goutil` >= `v1.0.0`
- `github.com/henrylee2cn/goutil` <= `v0.1.0`