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 2 months ago
JSON representation
A go toolkit.
- Host: GitHub
- URL: https://github.com/chenquan/go-pkg
- Owner: chenquan
- License: apache-2.0
- Created: 2021-11-28T02:07:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T07:55:30.000Z (over 2 years ago)
- Last Synced: 2024-08-03T19:10:00.717Z (5 months ago)
- Language: Go
- Homepage:
- Size: 132 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go-extra - go-pkg - 11-28T02:07:14Z|2022-06-29T07:55:30Z| (Utilities / Fail injection)
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)