Posted in

【Go文本处理反模式警示录】:12个被Go标准库文档掩盖的“看似正确实则危险”的写法(含strings.Title、time.ParseInLocation等)

第一章:Go文本处理反模式的根源 … 【Go文本处理反模式警示录】:12个被Go标准库文档掩盖的“看似正确实则危险”的写法(含strings.Title、time.ParseInLocation等)Read more

Posted in

【Go文本流式处理黄金标准】:bufio.Scanner vs. io.Readline vs. custom tokenizer——边界条件、错误恢复、上下文保留全对比

第一章:Go文本流式处理的演进与 … 【Go文本流式处理黄金标准】:bufio.Scanner vs. io.Readline vs. custom tokenizer——边界条件、错误恢复、上下文保留全对比Read more