golang 工具
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.
 
 
Go to file
q191201771 0012c33084 [refactor] playground p4 5 years ago
demo [playground] p4: learn binary search 5 years ago
pkg [docs] package snowflake: add code comment 5 years ago
playground [refactor] playground p4 5 years ago
.gitignore add playground/p3/p3.go: cpu cache line padding compare. 5 years ago
.travis.yml 添加CI文件 6 years ago
CHANGELOG.md v0.7.1 -> CHANGELOG.md 5 years ago
LICENSE 1st 6 years ago
README.md [refactor] playground p4 5 years ago
build.sh new package bitrate 5 years ago
build_linux.sh package taskpool: bugfix, KillIdleWorkers 5 years ago
go.mod nezha -> naza 5 years ago
go.sum new pkg ic 5 years ago
test.sh add_golicense: user name and user email config from cmd line. 5 years ago

README.md


Go语言基础库





        


工程目录说明

pkg/                    ...... 源码包
    |-- bininfo/        ...... 将编译时源码的 git 版本信息(当前 commit log 的 sha 值和 commit message编译时间Go 版本,平台打入程序中
    |-- snowflake/      ...... 分布式唯一性 ID 生成器
    |-- bitrate/        ...... 计算带宽
    |-- consistenthash/ ...... 一致性哈希
    |-- nazalog/        ...... 日志库
    |-- slicebytepool/  ...... []byte 内存池
    |-- assert/         ...... 提供了单元测试时的断言功能,减少一些模板代码
    |-- nazastring/     ...... string 和 []byte 相关的操作
    |-- bele/           ...... 提供了大小端的转换操作
    |-- nazaatomic/     ...... 原子操作
    |-- nazajson/       ...... json 操作
    |-- taskpool/       ...... 协程池
    |-- connection/     ...... 对 net.Conn 接口的二次封装
    |-- filebatch/      ...... 文件批处理操作
    |-- nazamd5/        ...... md5 操作
    |-- ratelimit/      ...... 限流器,令牌桶
    |-- ic/             ...... 将整型切片压缩成二进制字节切片
    |-- unique/         ...... 对象唯一 ID
    |-- fake/           ...... stub和mock相关实现一些常用的接口辅助测试其它代码
playground/             ...... Go实验代码片段
demo/                   ...... 示例相关的代码
bin/                    ...... 可执行文件编译输出目录

依赖

无任何第三方依赖

项目名 naza 由来

本仓库主要用于存放我自己写的一些 Go 基础库代码。目前主要服务于我的另一个项目: lal

naza 即哪吒(正确拼音为 nezha我女儿发音读作 naza少一个字母挺好~),希望本仓库以后能像三头六臂,有多种武器的哪吒一样,为我提供一个趁手的工具箱。

相关文档

联系我

欢迎扫码加我微信,进行技术交流或扯淡。