Merge pull request #74 from OpenCHAMI/export-funcs

refactor: moved internal functions to pkg and updated refs
This commit is contained in:
David Allen 2025-02-20 19:23:23 -07:00 committed by GitHub
commit 2b1277690b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 5 additions and 5 deletions

View file

@ -3,8 +3,8 @@ package sqlite
import (
"fmt"
magellan "github.com/OpenCHAMI/magellan/internal"
"github.com/OpenCHAMI/magellan/internal/util"
magellan "github.com/OpenCHAMI/magellan/pkg"
"github.com/jmoiron/sqlx"
)