1
Fork 0
Minimal URL shortener
Go to file
Jan-Lukas Else 4d04abb778 Handle case where slug param is set but slug is already in use 2020-03-29 13:32:28 +02:00
.gitignore Initial commit 2020-03-29 10:48:43 +02:00
Dockerfile Use libsqlite3 2020-03-29 11:02:04 +02:00
LICENSE Initial commit 2020-03-29 10:48:43 +02:00
README.md Initial commit 2020-03-29 10:48:43 +02:00
example-config.yaml Initial commit 2020-03-29 10:48:43 +02:00
go.mod Initial commit 2020-03-29 10:48:43 +02:00
go.sum Initial commit 2020-03-29 10:48:43 +02:00
main.go Handle case where slug param is set but slug is already in use 2020-03-29 13:32:28 +02:00

README.md

GoShort

License

GoShort is licensed under the MIT license, so you can do basically everything with it, but nevertheless, please contribute your improvements to make GoShort better for everyone. See the LICENSE file.