mirror of https://github.com/q191201771/naza
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.
3.9 KiB
3.9 KiB
工程目录说明
pkg/ ......源码包
|-- assert/ ......提供了单元测试时的断言功能,减少一些模板代码
|-- bele/ ......提供了大小端的转换操作
|-- bininfo/ ......将编译时的git版本号,时间,Go编译器信息打入程序中
|-- connection/ ......对 net.Conn 接口的二次封装
|-- errors/ ......错误处理相关
|-- log/ ......日志库
|-- unique/ ......对象唯一ID
demo/ ......示例相关的代码
|-- connstat/ ......简单测试 net.Conn.SetWriteDeadline 的性能
bin/ ......可执行文件编译输出目录
依赖
无任何第三方依赖
项目名 nezha 由来
本仓库主要用于存放我自己写的一些 Go 基础库代码。目前只服务于我的另一个项目: lal
nezha 即 哪吒,希望本仓库以后能像三头六臂,有多种武器的哪吒一样,为我提供多种工具。