URL Shortener in Go
Find a file
2023-04-24 07:52:54 +02:00
cmd/go-urlsh replace gin with fiber and add db stuff 2023-04-24 07:52:54 +02:00
examples replace gin with fiber and add db stuff 2023-04-24 07:52:54 +02:00
internal/app replace gin with fiber and add db stuff 2023-04-24 07:52:54 +02:00
models replace gin with fiber and add db stuff 2023-04-24 07:52:54 +02:00
.gitignore add gin scaffolding 2023-04-08 12:37:04 +02:00
go.mod replace gin with fiber and add db stuff 2023-04-24 07:52:54 +02:00
go.sum replace gin with fiber and add db stuff 2023-04-24 07:52:54 +02:00
LICENSE Initial commit 2023-04-08 09:40:10 +00:00
main.go replace gin with fiber and add db stuff 2023-04-24 07:52:54 +02:00
README.md Initial commit 2023-04-08 09:40:10 +00:00

go-urlsh

URL Shortener in Go