kittens
An IRC bot written in Go. I just recently started rewritting kittens in Go, so it lacks a lot of features currently. If you want a working version of my IRC bot checkout my CoffeScript bot on the master branch in this repository. This branch will be merged into master and takeover the master branch when it is ready. It is currently still in early development.

Building
0. Before You Build
Make sure you have Go installed. In order to compile the LESS/JS the preferred way is to use Gulp. To install Gulp you need to have NPM installed. Once you have NPM installed you can install Gulp via NPM:
npm install -g gulp
Once everything is installed make sure you have set your $GOPATH properly, or it will prove difficult to build.
1. Get the Code
Start by cloning the repository and getting all the dependencies.
git clone https://github.com/lukevers/kittens
go get
2. Build LESS/JS
Building our webserver CSS/JS files is easy with Gulp.
gulp less && gulp
If you'd rather use your own way of compiling LESS to CSS and concating all the CSS files into one file and JS files into one file, feel free. You can checkout gulpfile.js in the root of the directory to find out where these files are located and where they end up.
3. Build the Source
go build
Screenshots

