Skip to content

Commit

Permalink
v0.30.49
Browse files Browse the repository at this point in the history
  • Loading branch information
q191201771 committed Jun 17, 2024
1 parent 2a2e292 commit b4fbe95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### v0.30.49 (2024-06)

- [feat] nazabits: new func ReadString, ReadBits32IgnErr, ReadStringIgnErr
- [opt] nazalog: windows平台下,日志级别字段不要携带颜色
- [chore] update go min ver 1.14 -> 1.18 to avoid github ci failed

#### v0.30.48 (2023-07)

- [fix] connection: not working set ModWriteChanSize
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ Go语言基础库

```
pkg/ ...... 源码包
|-- nazabits/ ...... 流式位操作
|-- nazalog/ ...... 日志库
|-- defertaskthread ...... 执行延时任务
|-- connection/ ...... 对net.Conn接口的二次封装
|-- taskpool/ ...... 非阻塞协程池,协程数量可动态增长,可配置最大协程并发数量,可手动释放空闲的协程
|-- nazajson/ ...... json操作
|-- nazalog/ ...... 日志库
|-- assert/ ...... 提供了单元测试时的断言功能,减少一些模板代码
|-- bele/ ...... 大小端转换操作
Expand All @@ -40,7 +41,6 @@ pkg/ ...... 源码包
|-- filesystemlayer/ ...... 对文件操作的封装,可以使用内存作为磁盘使用
|-- mock/ ...... 模拟一些标准库中的常用接口,方便测试
|-- nazaatomic/ ...... 原子操作
|-- nazabits/ ...... 位操作
|-- nazabytes/ ...... 字节切片,内存块操作
|-- nazacolor/ ...... 控制台打印颜色相关
|-- nazaerrors/ ...... error相关
Expand Down

0 comments on commit b4fbe95

Please sign in to comment.