2016-06-11 09:35:31 +00:00
|
|
|
#Golang Pastebin [![Build Status](https://travis-ci.org/ewhal/Pastebin.svg?branch=master)](https://travis-ci.org/ewhal/Pastebin)
|
2016-06-10 14:38:27 +00:00
|
|
|
Simple golang pastebin inspired by nnmm.nl.
|
2016-06-11 09:35:31 +00:00
|
|
|
|
|
|
|
##Build Instructions
|
2016-06-11 11:16:00 +00:00
|
|
|
* git clone https://github.com/ewhal/Pastebin
|
|
|
|
* go get github.com/dchest/uniuri
|
|
|
|
* go get github.com/ewhal/pygments
|
|
|
|
* make
|
2016-06-11 09:35:31 +00:00
|
|
|
|