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
@CodyGuo I'm sorry to hear that. We cannot have a discussion on the issue tracker. I have heard there is a cn language mailing list, perhaps they can help. /cc @minux
How can I empty input stream?
package main
import (
"fmt"
)
func main() {
var a int
var f float32
var str string
}
OUTPUT:
Please input : 1 3.24 hello
Output: 1 3.24 hello
Please input: Output:
The text was updated successfully, but these errors were encountered: