diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..5b6f128 --- /dev/null +++ b/readme.md @@ -0,0 +1,18 @@ +# Brutally simple pastebin + +Decided to challenge myself to write a really simple pastebin in go, utilizing +almost nothing but the standard library in less than an hour. + +This is the result of about an hour and a half of work. + +It will create a binary with embedded templates. Simply point it at the +directory in which you'd like to store your pastes. + +Each paste is a file, a random id assigned at creation. There's no way to edit +or change a paste. The only way to delete it is to remove it from the +filesystem. + +There's no indexing function or search either. + +There's also absolutely no protection against people spamming the API until +your disk is full, no authentication either. |
