https://github.com/lyrictian/lib
Golang函数库
https://github.com/lyrictian/lib
Last synced: about 2 months ago
JSON representation
Golang函数库
- Host: GitHub
- URL: https://github.com/lyrictian/lib
- Owner: LyricTian
- License: mit
- Created: 2016-04-09T14:16:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T08:47:24.000Z (over 6 years ago)
- Last Synced: 2025-03-28T14:21:15.563Z (2 months ago)
- Language: Go
- Homepage:
- Size: 132 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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