Integrated, working.

This integrates the liteq, and it prevents duplicates in a way that
matches my use-case.

I might try and push things back out to a separate module, but for now,
this will do.
This commit is contained in:
Matt Jadud
2025-11-30 18:01:35 -05:00
parent d212a354fe
commit 06cdc68be7
13 changed files with 70 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ import (
"math/rand"
"time"
liteq "git.jadud.com/grosbeak/internal/liteq"
liteq "git.jadud.com/jadudm/grosbeak/internal/liteq"
_ "modernc.org/sqlite"
)