Modern pastebin written in golang
Go to file
Eliot Whalan 13eeaed8ce More updates to readme 2016-07-14 12:04:03 +10:00
assets Make api more restful 2016-07-12 10:50:44 +10:00
.gitignore Remove database.db 2016-06-19 11:49:27 +10:00
.travis.yml Add depends 2016-06-19 18:04:49 +10:00
LICENSE.md Rename LICENSE file 2016-07-14 11:57:22 +10:00
Makefile Add makefile 2016-06-11 00:36:41 +10:00
README.md More updates to readme 2016-07-14 12:04:03 +10:00
database.sql Add expiry table 2016-06-25 08:17:02 +10:00
pastebin.go Fix cli uploads 2016-07-12 18:33:19 +10:00

README.md

#Golang Pastebin Build Status GoDoc Go Report Card MITlicensed

Modern pastebin service with a restful like api written in golang.

paste

Getting started

Prerequisities

  • pygmentize
  • go
  • mariadb
pip install pygmentize
sudo yum install -y go mariadb-server mariadb

Installing

License

This project is licensed under the MIT License - see the LICENSE.md file for details