added missing time import
This commit is contained in:
parent
5e0718176d
commit
099230a552
|
@ -4,6 +4,7 @@ package core
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/pocketbase/dbx"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
|
Loading…
Reference in New Issue