]> Cypherpunks.ru repositories - gostls13.git/commit
bufio: clarify the maximum token size
authorqiulaidongfeng <2645477756@qq.com>
Wed, 16 Aug 2023 02:04:19 +0000 (02:04 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 16 Aug 2023 02:07:18 +0000 (02:07 +0000)
commit850b6ce33ced3d20d036cb41317f783469f3ea86
tree809546e10dc891d93d7927f46e60cad51e53b6b0
parent2f100187f6c4e279f4916cb25c58f33ff85ffaaf
bufio: clarify the maximum token size

Fixes #43183.

Change-Id: I50d99ef8ed513bba47166a25ea5c7c80cd8bd799
GitHub-Last-Rev: 684d70e9a3dbc0ce280e1112105d666cd5754e9f
GitHub-Pull-Request: golang/go#61979
Reviewed-on: https://go-review.googlesource.com/c/go/+/518860
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/bufio/scan.go