URL Shortener in Go
Find a file
2023-06-17 15:29:05 +02:00
.woodpecker add short link edit option 2023-06-16 12:46:08 +02:00
cmd/go-urlsh add goroutine for login session cleanup 2023-06-16 13:16:47 +02:00
examples refactor javascript and fix minor bugs 2023-05-05 15:16:54 +02:00
internal add account page 2023-06-16 14:30:27 +02:00
models add account page 2023-06-16 14:30:27 +02:00
views add account page 2023-06-16 14:30:27 +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 account page 2023-06-16 14:30:27 +02:00
Dockerfile add views to Dockerfile 2023-04-27 12:35:26 +02:00
go.mod update dependencies 2023-06-17 15:29:05 +02:00
go.sum update dependencies 2023-06-17 15:29:05 +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.