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
The mailing list and forums are accessible through a web browser, including posting new issues. I can't think of a reason why you would be able to access Github issues but not access them.
To empty the input stream you need to read from it until the end. Although your problem is not clear to me, It's likely that you should be using something like bufio.Readstring and fmt.Sscanf rather than using fmt.Scanf directly.
How can I empty input stream?
package main
import (
"fmt"
)
func main() {
var a int
var f float32
var str string
}
The text was updated successfully, but these errors were encountered: