深入理解 Go 标准库之 bufio.Scanner

yujiahaol68 ·
大体看了Scan方法,真的很复杂,SplitFunc不是很好写
#1
更多评论
if atEOF { return len(data), data, bufio.ErrFinalToken }
#2