Modern pastebin written in golang
Go to file
Eliot Whalan fcb4d66fac Improve readme 2016-06-11 19:35:31 +10:00
.gitignore Add gitignore 2016-06-11 00:37:01 +10:00
.travis.yml Forgot go get 2016-06-11 15:26:42 +10:00
LICENSE Add license 2016-06-11 00:35:28 +10:00
Makefile Add makefile 2016-06-11 00:36:41 +10:00
README.md Improve readme 2016-06-11 19:35:31 +10:00
main.go Fix up error handling 2016-06-11 13:33:29 +10:00

README.md

#Golang Pastebin Build Status Simple golang pastebin inspired by nnmm.nl.

##Build Instructions git clone https://github.com/ewhal/Pastebin go get github.com/dchest/uniuri go get github.com/ewhal/pygments make