add time package import in db.go

This commit is contained in:
pigwin
2025-01-04 20:30:05 +00:00
parent c1992f7616
commit def3a9c38c

View File

@@ -4,6 +4,7 @@ import (
"database/sql"
"fmt"
"log"
"time"
_ "github.com/lib/pq"
)