Golang题解 package main import ( "fmt" "bufio" "os" "strings" ) var output = map[string]string { "reset": "reset what", "reset board": "board fault", "board add": "where to add", "board delete": "no board at all", "reboot backplane": "impossible", "backplane a...