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

https://github.com/xvrzhao/utils

Some utility functions of Go.
https://github.com/xvrzhao/utils

errors go go-library go-utils golang golang-library golang-utils strings utils

Last synced: 5 months ago
JSON representation

Some utility functions of Go.

Awesome Lists containing this project

README

          

# Go Utils

[![Build Status](https://travis-ci.com/xvrzhao/utils.svg?branch=master)](https://travis-ci.com/xvrzhao/utils)
[![GoDoc](https://godoc.org/github.com/xvrzhao/utils?status.svg)](https://godoc.org/github.com/xvrzhao/utils)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/xvrzhao/utils?label=mod&sort=semver)

Some utility functions of Go.

## Installation

```
$ go get -u github.com/xvrzhao/utils
```

## Documentation

On [go.dev](https://pkg.go.dev/github.com/xvrzhao/utils).