chess icon indicating copy to clipboard operation
chess copied to clipboard

Examples are outdated

Open hexvalid opened this issue 8 years ago • 0 comments

This code is not compiling in Go 1.9:

input, _ := console.ReadString('\n') if move, err := g.Position.ParseMove(input); err == nil { g.MakeTimedMove(move, time.Since(start)) } else { fmt.Println("Couldn't understand your move.") }

hexvalid avatar Nov 20 '17 09:11 hexvalid