Modern pastebin written in golang
.gitignore | ||
.travis.yml | ||
database.db | ||
database.sql | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md |
#Golang Pastebin 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