|
|
|
|
<p align="center">
|
|
|
|
|
<br>
|
|
|
|
|
Go语言基础库
|
|
|
|
|
<br><br>
|
|
|
|
|
<a title="TravisCI" target="_blank" href="https://www.travis-ci.org/q191201771/naza"><img src="https://www.travis-ci.org/q191201771/naza.svg?branch=master"></a>
|
|
|
|
|
<a title="codecov" target="_blank" href="https://codecov.io/gh/q191201771/naza"><img src="https://codecov.io/gh/q191201771/naza/branch/master/graph/badge.svg?style=flat-square"></a>
|
|
|
|
|
<a title="goreportcard" target="_blank" href="https://goreportcard.com/report/github.com/q191201771/naza"><img src="https://goreportcard.com/badge/github.com/q191201771/naza?style=flat-square"></a>
|
|
|
|
|
<br>
|
|
|
|
|
<a title="codeline" target="_blank" href="https://github.com/q191201771/naza"><img src="https://sloc.xyz/github/q191201771/naza/?category=code"></a>
|
|
|
|
|
<a title="license" target="_blank" href="https://github.com/q191201771/naza/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/naza/commits/master"><img src="https://img.shields.io/github/commit-activity/m/q191201771/naza.svg?style=flat-square"></a>
|
|
|
|
|
<a title="commitactivity" target="_blank" href="https://github.com/q191201771/naza/graphs/commit-activity"><img src="https://img.shields.io/github/last-commit/q191201771/naza.svg?style=flat-square"></a>
|
|
|
|
|
<br>
|
|
|
|
|
<a title="pr" target="_blank" href="https://github.com/q191201771/naza/pulls"><img src="https://img.shields.io/github/issues-pr-closed/q191201771/naza.svg?style=flat-square&color=FF9966"></a>
|
|
|
|
|
<a title="hits" target="_blank" href="https://github.com/q191201771/naza"><img src="https://hits.b3log.org/q191201771/naza.svg?style=flat-square"></a>
|
|
|
|
|
<a title="language" target="_blank" href="https://github.com/q191201771/naza"><img src="https://img.shields.io/github/languages/count/q191201771/naza.svg?style=flat-square"></a>
|
|
|
|
|
<a title="toplanguage" target="_blank" href="https://github.com/q191201771/naza"><img src="https://img.shields.io/github/languages/top/q191201771/naza.svg?style=flat-square"></a>
|
|
|
|
|
<a title="godoc" target="_blank" href="https://godoc.org/github.com/q191201771/naza"><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/naza/watchers"><img src="https://img.shields.io/github/watchers/q191201771/naza.svg?label=Watchers&style=social"></a>
|
|
|
|
|
<a title="star" target="_blank" href="https://github.com/q191201771/naza/stargazers"><img src="https://img.shields.io/github/stars/q191201771/naza.svg?label=Stars&style=social"></a>
|
|
|
|
|
<a title="fork" target="_blank" href="https://github.com/q191201771/naza/network/members"><img src="https://img.shields.io/github/forks/q191201771/naza.svg?label=Forks&style=social"></a>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
#### 工程目录说明
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
pkg/ ......源码包
|
|
|
|
|
|-- assert/ ......提供了单元测试时的断言功能,减少一些模板代码
|
|
|
|
|
|-- bele/ ......提供了大小端的转换操作
|
|
|
|
|
|-- bininfo/ ......将编译时的 git 版本号,时间,Go 编译器信息打入程序中
|
|
|
|
|
|-- connection/ ......对 net.Conn 接口的二次封装
|
|
|
|
|
|-- mockserver/ ......模拟一些服务端,用于快速测试其它代码
|
|
|
|
|
|-- mockwriter/ ......模拟 Writer 接口,用于快速测试其它代码
|
|
|
|
|
|-- nazajson/ ......json 操作
|
|
|
|
|
|-- nazalog/ ......日志库
|
|
|
|
|
|-- nazastring/ ......string和[]byte相关的操作
|
|
|
|
|
|-- unique/ ......对象唯一 ID
|
|
|
|
|
demo/ ......示例相关的代码
|
|
|
|
|
bin/ ......可执行文件编译输出目录
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
#### 依赖
|
|
|
|
|
|
|
|
|
|
无任何第三方依赖
|
|
|
|
|
|
|
|
|
|
#### 项目名 naza 由来
|
|
|
|
|
|
|
|
|
|
本仓库主要用于存放我自己写的一些 Go 基础库代码。目前只服务于我的另一个项目: [lal](https:////github.com/q191201771/lal)
|
|
|
|
|
|
|
|
|
|
naza 即哪吒(正确拼音为 nezha,我女儿发音读作 naza,少一个字母,挺好~),希望本仓库以后能像三头六臂,有多种武器的哪吒一样,为我提供多种工具。
|
|
|
|
|
|