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.6 KiB
3.6 KiB
工程目录说明
pkg/ ......源码包
|-- assert/ ......提供了单元测试时的断言功能,减少一些模板代码
|-- bele/ ......提供了大小端的转换操作
|-- bininfo/ ......将编译时的git版本号,时间,Go编译器信息打入程序中
|-- connstat/ ......
|-- errors/ ......错误处理相关
|-- log/ ......日志库
|-- unique/ ......对象唯一ID
demo/ ......示例相关的代码
bin/ ......可执行文件编译输出目录
依赖
无任何第三方依赖
其他
本仓库主要用于存放我自己写的一些Go基础库代码。目前服务于我的另一个项目 lal