You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/README.md

29 lines
2.4 KiB

3 years ago
<img align="right" width="100" src="https://kodo-cdn.dtapp.net/04/999e9f2f06d396968eacc10ce9bc8a.png" alt="www.dtapp.net"/>
<h1 align="left"><a href="https://www.dtapp.net/">Golang扩展包</a></h1>
📦 Golang扩展包
3 years ago
[![Golang Version](https://img.shields.io/badge/golang-%3E%3D1.6-8892BF.svg)](https://golang.google.cn/)
[![Goproxy.cn](https://goproxy.cn/stats/github.com/dtapps/go-library/badges/download-count.svg)](https://goproxy.cn)
[![Build Status](https://api.travis-ci.com/dtapps/go-library.svg?branch=master)](https://www.travis-ci.com/github/dtapps/go-library)
[![codecov](https://codecov.io/gh/dtapps/go-library/branch/master/graph/badge.svg)](https://codecov.io/gh/dtapps/go-library)
[![Go Report Card](https://goreportcard.com/badge/github.com/dtapps/go-library)](https://goreportcard.com/report/github.com/dtapps/go-library)
[![GoDoc](https://pkg.go.dev/badge/github.com/dtapps/go-library?status.svg)](https://pkg.go.dev/github.com/dtapps/go-library?tab=doc)
[![Join the chat at https://gitter.im/dtapps/go-library](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dtapps/go-library?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Sourcegraph](https://sourcegraph.com/github.com/dtapps/go-library/-/badge.svg)](https://sourcegraph.com/github.com/dtapps/go-library?badge)
[![Open Source Helpers](https://www.codetriage.com/dtapps/go-library/badges/users.svg)](https://www.codetriage.com/dtapps/go-library)
[![Release](https://img.shields.io/github/release/dtapps/go-library.svg?style=flat-square)](https://github.com/dtapps/go-library/releases)
[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/dtapps/go-library)](https://www.tickgit.com/browse?repo=github.com/dtapps/go-library)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dtapps/go-library/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dtapps/go-library/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/dtapps/go-library/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/dtapps/go-library/?branch=master)
[![Code Build](https://scrutinizer-ci.com/g/dtapps/go-library/badges/build.png?b=master)](https://scrutinizer-ci.com/g/dtapps/go-library/?branch=master)
[![Code Intelligence](https://scrutinizer-ci.com/g/dtapps/go-library/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/g/dtapps/go-library/?branch=master)
## Install
3 years ago
```Importing
3 years ago
go get github.com/dtapps/go-library
3 years ago
```