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
- Host: GitHub
- URL: https://github.com/krisnova/lolgopher
- Owner: krisnova
- License: apache-2.0
- Created: 2017-07-27T04:14:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T20:59:06.000Z (over 4 years ago)
- Last Synced: 2025-04-02T06:35:38.728Z (over 1 year ago)
- Language: Go
- Size: 1.05 MB
- Stars: 111
- Watchers: 2
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 .
```