diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-09-02 21:52:39 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-09-02 21:54:27 -0700 |
| commit | 80c2427f82d8380b0014a70b3b2c9a92fa38a454 (patch) | |
| tree | 113e935ae0c591b5c3d1b51af6dcef2350b92995 /sqlr_test.go | |
| parent | e67533e226a1705ed1560d23c1aea63e2220677d (diff) | |
| download | sqlr-main.tar.zst | |
Diffstat (limited to 'sqlr_test.go')
| -rw-r--r-- | sqlr_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlr_test.go b/sqlr_test.go index 34ed8d5..ad9593e 100644 --- a/sqlr_test.go +++ b/sqlr_test.go @@ -10,7 +10,7 @@ import ( "github.com/google/go-cmp/cmp" _ "github.com/mattn/go-sqlite3" - "gitlab.com/rhogenson/sqlr" + "roseh.moe/pkg/sqlr" ) func TestScan(t *testing.T) { |
