I wrote a simple go program and it isn\'t working as it should:
package main import ( \"bufio\" \"fmt\" \"os\" ) func main() { reader := bu
reader.ReadLine()
Can leave ‘\n’ but reader.ReadString() can't