2026-04-04 2 分钟bufio.Writer 详解:为什么写完以后要 Flush从缓冲写入的作用、Flush 的必要性到和底层 Writer 的边界,系统梳理 bufio.Writer 的实战用法。#bufio #io #writer
2026-04-03 2 分钟bufio.Reader 详解:缓冲读取、窥视与逐段消费从缓冲层的作用、常用方法到使用边界,系统梳理 bufio.Reader 在 Go 标准库里的定位和实战写法。#bufio #io #reader