libgo 0.2.0

Basic Go library that implements the Go Text Protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# libgo

This is a library for writing Go (Baduk) related programs. It currently includes
basic game logic and support for the Go Text Protocol.  

## Building Documentation

Build and view the documentation:

```sh
$ cargo doc --open
```