# 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 ```