added missing time import

This commit is contained in:
Gani Georgiev 2022-11-02 21:52:47 +02:00
parent 5e0718176d
commit 099230a552
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ package core
import ( import (
"fmt" "fmt"
"time"
"github.com/pocketbase/dbx" "github.com/pocketbase/dbx"
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"