More LeaseSet building fixes

This commit is contained in:
idk
2021-05-18 09:06:54 -04:00
parent 82ba9c1b68
commit 4a9943de9b
4 changed files with 8 additions and 8 deletions

View File

@ -7,9 +7,9 @@ Accurate for version 0.9.24
*/ */
import ( import (
"time"
"errors" "errors"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
"time"
) )
type Date [8]byte type Date [8]byte