chore: updates readme and .gitignore

This commit is contained in:
Tom Andrade 2022-05-19 16:05:20 +02:00
parent 403a473406
commit 7b300bde65
Signed by: wolvie
GPG Key ID: 31AAB07872E82669
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
short
*.json
!charts/short

View File

@ -2,7 +2,7 @@
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE)
Short is a very simple url shortener build in golang using gorilla/mux for url routing and go-cache for storring URLs, the main focus is speed, not data is persisted, but can be dumped and restored.
Short is a very simple url shortener build in golang, the main focus is speed, not data is persisted, but can be dumped and restored.
## Syntax is