v2.0.26-beta
- Use
bufio.NewReader
instead ofbufio.NewScanner
to avoidtoken too long
error - #629 thanks @tsurezuregusa - Small bug fixes and improvements
bufio.NewReader
instead of bufio.NewScanner
to avoid token too long
error - #629 thanks @tsurezuregusa