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

40 lines
3.2 KiB
Markdown

<p align="center">
<br>
Go语言基础库
<br><br>
<a title="TravisCI" target="_blank" href="https://www.travis-ci.org/q191201771/nezha"><img src="https://www.travis-ci.org/q191201771/nezha.svg?branch=master"></a>
<a title="codecov" target="_blank" href="https://codecov.io/gh/q191201771/nezha"><img src="https://codecov.io/gh/q191201771/nezha/branch/master/graph/badge.svg?style=flat-square"></a>
<a title="goreportcard" target="_blank" href="https://goreportcard.com/report/github.com/q191201771/nezha"><img src="https://goreportcard.com/badge/github.com/q191201771/nezha?style=flat-square"></a>
<br>
<a title="codesize" target="_blank" href="https://github.com/q191201771/nezha"><img src="https://img.shields.io/github/languages/code-size/q191201771/nezha.svg?style=flat-square?style=flat-square"></a>
<a title="license" target="_blank" href="https://github.com/q191201771/nezha/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
<a title="lastcommit" target="_blank" href="https://github.com/q191201771/nezha/commits/master"><img src="https://img.shields.io/github/commit-activity/m/q191201771/nezha.svg?style=flat-square"></a>
<a title="commitactivity" target="_blank" href="https://github.com/q191201771/nezha/graphs/commit-activity"><img src="https://img.shields.io/github/last-commit/q191201771/nezha.svg?style=flat-square"></a>
<br>
<a title="pr" target="_blank" href="https://github.com/q191201771/nezha/pulls"><img src="https://img.shields.io/github/issues-pr-closed/q191201771/nezha.svg?style=flat-square&color=FF9966"></a>
<a title="hits" target="_blank" href="https://github.com/q191201771/nezha"><img src="https://hits.b3log.org/q191201771/nezha.svg?style=flat-square"></a>
<a title="language" target="_blank" href="https://github.com/q191201771/nezha"><img src="https://img.shields.io/github/languages/count/q191201771/nezha.svg?style=flat-square"></a>
<a title="toplanguage" target="_blank" href="https://github.com/q191201771/nezha"><img src="https://img.shields.io/github/languages/top/q191201771/nezha.svg?style=flat-square"></a>
<a title="godoc" target="_blank" href="https://godoc.org/github.com/q191201771/nezha"><img src="http://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square"></a>
<br><br>
<a title="watcher" target="_blank" href="https://github.com/q191201771/nezha/watchers"><img src="https://img.shields.io/github/watchers/q191201771/nezha.svg?label=Watchers&style=social"></a>&nbsp;&nbsp;
<a title="star" target="_blank" href="https://github.com/q191201771/nezha/stargazers"><img src="https://img.shields.io/github/stars/q191201771/nezha.svg?label=Stars&style=social"></a>&nbsp;&nbsp;
<a title="fork" target="_blank" href="https://github.com/q191201771/nezha/network/members"><img src="https://img.shields.io/github/forks/q191201771/nezha.svg?label=Forks&style=social"></a>&nbsp;&nbsp;
</p>
---
#### 工程目录说明
```
pkg/ ......源码包
|-- assert/ ......断言
|-- bele/ ......大小端操作
|-- bininfo/ ......可执行文件版本等信息
|-- connstat/ ......连接超时信息
|-- connstat2/ ......
|-- errors/ ......错误处理
|-- log/ ......日志库
|-- unique/ ......对象唯一ID
```