Go-Go is a Go game server written in Golang.
Wikipedia: http://en.wikipedia.org/wiki/Go_(game) The game is played by two players who alternately place black and white stones on the vacant intersections of a grid of 19×19 lines. Once placed on the board, stones cannot be moved elsewhere, unless they are surrounded and captured by the opponent's stones. The object of the game is to control (surround) a larger portion of the board than the opponent.
Usage of ./go:
-server=false: run server or not
-port=55555: port number
-ai=false: use AI
-size=19: 9, 13 or 19
-load="": load figure
Current AI is not intelligent at all. Please play with your friend.