github.com/startdusk/tiny-pastebin


Install
go get github.com/startdusk/tiny-pastebin

Documentation

Tiny pastebin

A tiny pastbin app built with Golang and friends.

copy from simple-pastebin

Dependence

  • Golang
  • Postgres

How to run locally

Clone the repo locally and run follow:

$ createdb paste

$ cd tiny-pastebin

$ go mod tidy && go run .

Enjoy:)