URL Shortener in Go
Find a file
2023-06-16 12:46:08 +02:00
.woodpecker add short link edit option 2023-06-16 12:46:08 +02:00
cmd/go-urlsh ad database logic and models 2023-04-25 18:43:01 +02:00
examples refactor javascript and fix minor bugs 2023-05-05 15:16:54 +02:00
internal add short link edit option 2023-06-16 12:46:08 +02:00
models refactor javascript and fix minor bugs 2023-05-05 15:16:54 +02:00
views add short link edit option 2023-06-16 12:46:08 +02:00
web add short link edit option 2023-06-16 12:46:08 +02:00
.dockerignore add docker tag deploy pipeline 2023-05-05 09:25:24 +02:00
.gitignore add docker tag deploy pipeline 2023-05-05 09:25:24 +02:00
CHANGELOG.md add short link edit option 2023-06-16 12:46:08 +02:00
Dockerfile add views to Dockerfile 2023-04-27 12:35:26 +02:00
go.mod add templating and more login logics 2023-04-27 12:34:24 +02:00
go.sum add templating and more login logics 2023-04-27 12:34:24 +02:00
LICENSE update license to MIT [CI SKIP] 2023-06-16 11:42:54 +02:00
main.go replace gin with fiber and add db stuff 2023-04-24 07:52:54 +02:00
README.md add changelog and update Readme [CI SKIP] 2023-06-16 11:43:17 +02:00

go-urlsh

status-badge Please don't upload to GitHub

URL Shortener in Go

Changelog

You can find the Changelog here: Changelog

License

go-urlsh is available under the MIT license. See the LICENSE file for more info.