README.md 2.3 KB
Newer Older
李光春 已提交
1 2 3 4 5 6
<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扩展包

李光春 已提交
7
[comment]: <> (go)
李光春 已提交
8
[![Golang Version](https://img.shields.io/badge/golang-%3E%3D1.6-8892BF.svg)](https://golang.google.cn/)
李光春 已提交
9 10 11
[![GoDoc](https://pkg.go.dev/badge/github.com/dtapps/go-library?status.svg)](https://pkg.go.dev/github.com/dtapps/go-library?tab=doc)

[comment]: <> (goproxy.cn)
李光春 已提交
12
[![Goproxy.cn](https://goproxy.cn/stats/github.com/dtapps/go-library/badges/download-count.svg)](https://goproxy.cn)
李光春 已提交
13 14

[comment]: <> (goreportcard.com)
李光春 已提交
15
[![Go Report Card](https://goreportcard.com/badge/github.com/dtapps/go-library)](https://goreportcard.com/report/github.com/dtapps/go-library)
李光春 已提交
16 17

[comment]: <> (github.com)
李光春 已提交
18
[![Release](https://img.shields.io/github/release/dtapps/go-library.svg?style=flat-square)](https://github.com/dtapps/go-library/releases)
李光春 已提交
19 20 21 22 23

[comment]: <> (sourcegraph.com)
[![Sourcegraph](https://sourcegraph.com/github.com/dtapps/go-library/-/badge.svg)](https://sourcegraph.com/github.com/dtapps/go-library?badge)

[comment]: <> (scrutinizer-ci.com)
李光春 已提交
24 25 26 27
[![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)
28

李光春 已提交
29 30 31 32 33 34 35 36
[comment]: <> (www.codetriage.com)
[![Open Source Helpers](https://www.codetriage.com/dtapps/go-library/badges/users.svg)](https://www.codetriage.com/dtapps/go-library)

[comment]: <> (www.travis-ci.com)
[![Build Status](https://api.travis-ci.com/dtapps/go-library.svg?branch=master)](https://www.travis-ci.com/github/dtapps/go-library)

[comment]: <> (app.codecov.io)
[![codecov](https://codecov.io/gh/dtapps/go-library/branch/master/graph/badge.svg)](https://codecov.io/gh/dtapps/go-library)
李光春 已提交
37 38

## Install
李光春 已提交
39

40
```Importing
李光春 已提交
41
go get github.com/dtapps/go-library
李光春 已提交
42
```