An open API service indexing awesome lists of open source software.

https://github.com/krisnova/lolgopher

Rainbow Writer implementation for Golang
https://github.com/krisnova/lolgopher

Last synced: 12 months ago
JSON representation

Rainbow Writer implementation for Golang

Awesome Lists containing this project

README

          

# lolgopher

Rainbow Writer implementation for Golang

Based on https://github.com/busyloop/lolcat.

Proudly packaged with Golang [dep](https://github.com/golang/dep)

## Installing

```
$ go get github.com/kris-nova/lolgopher
```

##### From Source

```
cd $GOPATH/src/github.com/kris-nova/lolgopher
go install .
```