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

https://github.com/lyrictian/lib

Golang函数库
https://github.com/lyrictian/lib

Last synced: about 2 months ago
JSON representation

Golang函数库

Awesome Lists containing this project

README

        

# Golang函数库
> 源于日常开发中的积累

[![License][License-Image]][License-Url] [![ReportCard][ReportCard-Image]][ReportCard-Url] [![GoDoc][GoDoc-Image]][GoDoc-Url]

## 获取

``` bash
$ go get -u github.com/LyricTian/lib/...
```

## 使用

``` go
import "github.com/LyricTian/lib"
```

## MIT License

```
Copyright (c) 2016 Lyric
```

[License-Url]: http://opensource.org/licenses/MIT
[License-Image]: https://img.shields.io/npm/l/express.svg
[ReportCard-Url]: https://goreportcard.com/report/github.com/LyricTian/lib
[ReportCard-Image]: https://goreportcard.com/badge/github.com/LyricTian/lib
[GoDoc-Url]: https://godoc.org/github.com/LyricTian/lib
[GoDoc-Image]: https://godoc.org/github.com/LyricTian/lib?status.svg