This is mainly intended as an exercise in programming with Go. The implementation is still incomplete. This is work in progress.
$ git clone https://github.com/EsGeh/tictactoe-golang.git
$ cd tictactoe-golang/
simple clone this repository into some local directory:
$ go run .
$ go test .