Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiyee/gokit
一套go工具集
https://github.com/tiyee/gokit
Last synced: 8 days ago
JSON representation
一套go工具集
- Host: GitHub
- URL: https://github.com/tiyee/gokit
- Owner: tiyee
- License: mit
- Created: 2023-03-30T07:32:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-13T09:24:35.000Z (2 months ago)
- Last Synced: 2024-09-14T15:43:09.787Z (2 months ago)
- Language: Go
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ./...