Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tiyee/gokit

一套go工具集
https://github.com/tiyee/gokit

Last synced: 8 days ago
JSON representation

一套go工具集

Awesome Lists containing this project

README

        

# GoKit

![Go version](https://img.shields.io/github/go-mod/go-version/tiyee/gokit?style=flat-square)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/tiyee/gokit)](https://github.com/tiyee/gokit)
[![GitHub Release (latest SemVer)](https://img.shields.io/github/release/tiyee/gokit)](https://github.com/tiyee/gokit)
[![GoDoc](https://godoc.org/github.com/tiyee/gokit?status.svg)](https://pkg.go.dev/github.com/tiyee/gokit)
[![Go Report Card](https://goreportcard.com/badge/github.com/tiyee/gokit)](https://goreportcard.com/report/github.com/tiyee/gokit)
[![test](https://github.com/tiyee/gokit/actions/workflows/codecov.yml/badge.svg)](https://github.com/tiyee/gokit/actions/workflows/codecov.yml)
[![codecov](https://codecov.io/github/tiyee/gokit/graph/badge.svg?token=9HT6SVFKJH)](https://codecov.io/github/tiyee/gokit)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/tiyee/gokit/blob/main/LICENSE)

## Install

> go get -u github.com/tiyee/gokit

## Test
> cd ${gokit_dir}
> go test ./...