You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In go1.4.2 this prints 1 <nil> [1 35], but go1.5rc1 linux/amd64 gives me 1 expected newline [1 35], which doesn't seem right. Changing the format verb to 's' makes the error go away.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
fmt: Scanner
fmt: x format verb for strings fails in a recursive call to Fscanf from a scanln call
Aug 10, 2015
ghost
changed the title
fmt: x format verb for strings fails in a recursive call to Fscanf from a scanln call
fmt: x format verb for strings fails in a recursive call to Fscanf from a scanln call in go1.5rc1
Aug 10, 2015
@hubslave can you please provide a code sample that demonstrates the issue.
ghost
changed the title
fmt: x format verb for strings fails in a recursive call to Fscanf from a scanln call in go1.5rc1
fmt: x format verb for []byte fails in a recursive call to Fscanf from a scanln call in go1.5rc1
Aug 10, 2015
Consider the following code:
In go1.4.2 this prints
1 <nil> [1 35]
, but go1.5rc1 linux/amd64 gives me1 expected newline [1 35]
, which doesn't seem right. Changing the format verb to 's' makes the error go away.The text was updated successfully, but these errors were encountered: