Modern pastebin written in golang
Go to file
Eliot Whalan 20e636620d Replace hash with sha1 2016-07-15 10:19:45 +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 Update makefile 2016-07-14 12:09:25 +10:00
README.md Update README.md 2016-07-14 13:21:20 +10:00
database.sql Add expiry table 2016-06-25 08:17:02 +10:00
pastebin.go Replace hash with sha1 2016-07-15 10:19:45 +10:00

README.md

#Golang Pastebin Build Status GoDoc Go Report Card MITlicensed

Modern self-hosted pastebin service with a restful API.

Motivation

Many Pastebin services exist but all are more complicated than they need to be. That is why I decided to write a pastebin service 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