clamshell
clamshell copied to clipboard
Add a Ko method to Board
We should add a public Ko()
method to board.Board
to return the ko-point on the board.
Such a method should have:
- Documentation
- Basic unit tests. See more https://golang.org/pkg/testing/