add correct import

This commit is contained in:
2024-08-22 00:49:53 -06:00
parent c70325c8c9
commit 46409becf8

View File

@ -6,6 +6,7 @@ import (
"database/sql" "database/sql"
"embed" "embed"
"fmt" "fmt"
"github.com/tursodatabase/go-libsql"
"os" "os"
"path/filepath" "path/filepath"
) )