URL Shortener in Go
Find a file
2024-09-30 13:19:01 +02:00
.idea Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00
.vscode save 2fa progress 2024-09-30 13:19:01 +02:00
.woodpecker Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00
cmd/go-urlsh save 2fa progress 2024-09-30 13:19:01 +02:00
examples refactor javascript and fix minor bugs 2023-05-05 15:16:54 +02:00
internal save 2fa progress 2024-09-30 13:19:01 +02:00
migrations add db migrations 2024-05-06 21:38:51 +02:00
models save 2fa progress 2024-09-30 13:19:01 +02:00
views Handle 2fa setup error handling in JS (#6) 2024-05-10 11:44:42 +02:00
web Handle 2fa setup error handling in JS (#6) 2024-05-10 11:44:42 +02:00
.dockerignore add docker tag deploy pipeline 2023-05-05 09:25:24 +02:00
.gitignore save 2fa progress 2024-09-30 13:19:01 +02:00
CHANGELOG.md update Changelog 2024-05-06 16:09:50 +02:00
Dockerfile update to go1.22 2024-05-06 16:09:12 +02:00
go-urlsh save 2fa progress 2024-09-30 13:19:01 +02:00
go.mod save 2fa progress 2024-09-30 13:19:01 +02:00
go.sum save 2fa progress 2024-09-30 13:19:01 +02:00
LICENSE update license to MIT [CI SKIP] 2023-06-16 11:42:54 +02:00
main.go Add minimal working 2fa implementation 2024-05-04 17:06:01 +02:00
main_test.go save 2fa progress 2024-09-30 13:19:01 +02:00
README.md Add minimal working 2fa implementation 2024-05-04 17:06:01 +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.