A tiny pastbin app built with Golang and friends.
copy from simple-pastebin
- Golang
- Postgres
Clone the repo locally and run follow:
$ createdb paste
$ cd tiny-pastebin
$ go mod tidy && go run .
Enjoy:)
go get github.com/startdusk/tiny-pastebin
A tiny pastbin app built with Golang and friends.
copy from simple-pastebin
Clone the repo locally and run follow:
$ createdb paste
$ cd tiny-pastebin
$ go mod tidy && go run .
Enjoy:)