Auto generate short links if empty

This commit is contained in:
Ian Gulliver
2024-11-26 22:20:10 -06:00
parent 640e04f356
commit d9057f2aaa
4 changed files with 53 additions and 5 deletions

9
go.mod
View File

@@ -1,5 +1,10 @@
module github.com/gopatchy/shortlinks
go 1.22
go 1.22.0
require github.com/lib/pq v1.10.9
toolchain go1.23.3
require (
github.com/lib/pq v1.10.9
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
)