Modern pastebin written in golang
The `name="p"` part is present in index but not the clone page. Without the change I am getting "Empty paste" when submitting any paste from the clone page. |
||
|---|---|---|
| assets | ||
| .gitignore | ||
| .travis.yml | ||
| 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