/go-paste

Simple version of Pastebin

Primary LanguageGoMIT LicenseMIT

Go-paste

quite simple.

asciicast

Running

go build
./go-paste

Using

Create

cat <file> | nc localhost 2020

Retrieve

curl localhost:8080/<id>

Contribute

If you want.

License

This software is released under the MIT License.