Ecosyste.ms: Awesome

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

https://github.com/chenquan/go-pkg

A go toolkit.
https://github.com/chenquan/go-pkg

Last synced: about 1 month ago
JSON representation

A go toolkit.

Lists

README

        

# go-pkg

[![Godoc](https://img.shields.io/badge/godoc-reference-brightgreen)](https://pkg.go.dev/github.com/chenquan/go-pkg)
[![Go Report Card](https://goreportcard.com/badge/github.com/chenquan/go-pkg)](https://goreportcard.com/report/github.com/chenquan/go-pkg)
[![Release](https://img.shields.io/github/v/release/chenquan/go-pkg.svg?style=flat-square)](https://github.com/chenquan/go-pkg)
[![codecov](https://codecov.io/gh/chenquan/go-pkg/branch/master/graph/badge.svg?token=74phc5KVI7)](https://codecov.io/gh/chenquan/go-pkg)
[![Download](https://goproxy.cn/stats/github.com/chenquan/go-pkg/badges/download-count.svg)](https://github.com/chenquan/go-pkg)
[![GitHub](https://img.shields.io/github/license/chenquan/go-pkg)](https://github.com/chenquan/go-pkg/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/chenquan/go-pkg)](https://github.com/chenquan/go-pkg/stargazers)
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/chenquan/go-pkg)](https://github.com/chenquan/go-pkg/pulls)
[![GitHub issues](https://img.shields.io/github/issues/chenquan/go-pkg)](https://github.com/chenquan/go-pkg/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/chenquan/go-pkg?color=red)](https://github.com/chenquan/go-pkg/issues?q=is%3Aissue+is%3Aclosed)

> A go toolkit.

**[中文](README_CN.md) | English**

## Installation

Install `go-pkg`

```shell
go get -u github.com/chenquan/go-pkg
```

## License

[Apache-2.0 License](https://github.com/chenquan/go-pkg/blob/master/LICENSE)