File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ #### v0.30.49 (2024-06)
2
+
3
+ - [ feat] nazabits: new func ReadString, ReadBits32IgnErr, ReadStringIgnErr
4
+ - [ opt] nazalog: windows平台下,日志级别字段不要携带颜色
5
+ - [ chore] update go min ver 1.14 -> 1.18 to avoid github ci failed
6
+
1
7
#### v0.30.48 (2023-07)
2
8
3
9
- [ fix] connection: not working set ModWriteChanSize
Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ Go语言基础库
24
24
25
25
```
26
26
pkg/ ...... 源码包
27
+ |-- nazabits/ ...... 流式位操作
28
+ |-- nazalog/ ...... 日志库
27
29
|-- defertaskthread ...... 执行延时任务
28
30
|-- connection/ ...... 对net.Conn接口的二次封装
29
31
|-- taskpool/ ...... 非阻塞协程池,协程数量可动态增长,可配置最大协程并发数量,可手动释放空闲的协程
30
32
|-- nazajson/ ...... json操作
31
- |-- nazalog/ ...... 日志库
32
33
33
34
|-- assert/ ...... 提供了单元测试时的断言功能,减少一些模板代码
34
35
|-- bele/ ...... 大小端转换操作
@@ -40,7 +41,6 @@ pkg/ ...... 源码包
40
41
|-- filesystemlayer/ ...... 对文件操作的封装,可以使用内存作为磁盘使用
41
42
|-- mock/ ...... 模拟一些标准库中的常用接口,方便测试
42
43
|-- nazaatomic/ ...... 原子操作
43
- |-- nazabits/ ...... 位操作
44
44
|-- nazabytes/ ...... 字节切片,内存块操作
45
45
|-- nazacolor/ ...... 控制台打印颜色相关
46
46
|-- nazaerrors/ ...... error相关
You can’t perform that action at this time.
0 commit comments