diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-07-27 00:16:31 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-07-27 00:16:31 -0400 |
| commit | 830f43f467ad4f9dc0aef9335bb2756e57dfed4c (patch) | |
| tree | 67bcb19b398eb94df467fb125c20dca368f4a043 /readme.md | |
| download | paste-830f43f467ad4f9dc0aef9335bb2756e57dfed4c.tar.gz paste-830f43f467ad4f9dc0aef9335bb2756e57dfed4c.tar.xz | |
Initial
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. |
