6b18baf7c6
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 | ||
LICENSE | ||
Makefile | ||
README.md | ||
database.sql | ||
main.go |
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