On Tuesday, January 28, 2025 at 7:07:15 PM UTC+8 Brian Candler wrote:
> The documentation tells that Fscanln() is similar to Fscan(), my test
shows that it isn't true for some cases.
"similar" does not mean "the same as".
Fscanln chomps the fields given, then chomps the next character. If th
I guess not, but since it uses a plain io.Reader which doesn't support peek
or pushback, I can't think of any other behavior which is possible.
On Thursday, 30 January 2025 at 19:27:51 UTC tapi...@gmail.com wrote:
> On Tuesday, January 28, 2025 at 7:07:15 PM UTC+8 Brian Candler wrote:
>
> > The