Modern pastebin written in golang
| assets | ||
| .gitignore | ||
| .travis.yml | ||
| database.sql | ||
| Makefile | ||
| pastebin.go | ||
| README.md | ||
Modern pastebin service with a restful like api written in golang.
Getting started
Prerequisities
- pygmentize
- go
- mariadb
pip install pygmentize
sudo yum install -y go mariadb-server mariadb
Installing
- git clone https://github.com/ewhal/Pastebin
- nano pastebin.go
- Configure port and database details
- make
License
This project is licensed under the MIT License - see the LICENSE.md file for details
