Modern pastebin written in golang
Go to file
Eliot Whalan eee90fc3ad Update forms 2016-08-10 18:46:04 +10:00
assets Update forms 2016-08-10 18:46:04 +10:00
.gitignore Add configuration file 2016-07-20 07:13:34 +10:00
.travis.yml Update travis ci 2016-07-15 14:27:11 +10:00
LICENSE.md Rename LICENSE file 2016-07-14 11:57:22 +10:00
Makefile Update makefile 2016-07-15 15:13:59 +10:00
README.md Update readme 2016-07-20 08:36:25 +10:00
config.example.json Add configuration file 2016-07-20 07:13:34 +10:00
database.sql Rewrite DurationFromExpiry function 2016-07-15 12:12:09 +10:00
pastebin.go Improve api 2016-08-10 18:45:15 +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