primer intento de servicio para acortar urls

This commit is contained in:
2026-03-12 00:13:46 -03:00
commit 1b3ae43d61
9 changed files with 161 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module url-short
go 1.25.7
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.34 // indirect
golang.org/x/text v0.35.0 // indirect
gorm.io/driver/sqlite v1.6.0 // indirect
gorm.io/gorm v1.31.1 // indirect
)