Simple command line pastebin-esque site for personal use.
Vendoring Gorilla Mux for routing.
go build -mod=vendor
Upload myfile.txt and receive the URL back.
cat myfile.txt | curl -F 'paste=<-' http://your-site
You can add | xargs firefox to the end to open it in firefox, etc.
A plaintext response is served.
The landing page provides a man(1)-style manual page for reference by users.
Thanks for http://sprunge.us for the idea which I shamelessly copied.
Thanks to Gorilla Toolkit for the awesome Golang http extensions.