issues
search
wavly
/
shawty
Tool for shortening long URLs
MIT License
5
stars
0
forks
source link
Migrate to `go-cache`
#39
Closed
Hamza12700
closed
1 month ago
Hamza12700
commented
1 month ago
Using
go-cache
library to cache the results of the redirect request to original URL.
Using
sqlite
database file for local development.
Added
config
module to access the
env
variables and other config options across the project
go-cache
library to cache the results of the redirect request to original URL.sqlite
database file for local development.config
module to access theenv
variables and other config options across the project