Updating references

Given that there is an issue over a year old on the original repo, I'm
forking it so I can use/update it.
This commit is contained in:
Matt Jadud
2025-11-30 15:39:20 -05:00
parent c4b7b8ffe1
commit 596196cdc0
4 changed files with 5 additions and 5 deletions

View File

@@ -14,14 +14,14 @@ liteq allows to run tens of thousands of jobs per second if needed. It can also
### Install
```sh
go get github.com/khepin/liteq
go get git.jadud.com/jadudm/liteq
```
### Setup and DB creation
```go
import (
"github.com/khepin/liteq"
"git.jadud.com/jadudmliteq"
_ "github.com/mattn/go-sqlite3"
)