-
Notifications
You must be signed in to change notification settings - Fork 566
Open
Description
trying to compile code that includes
github.com/lni/dragonboat/v4/plugin/tan
so it can be used in
Expert: dbconfig.ExpertConfig{
LogDB: dbconfig.GetTinyMemLogDBConfig(),
LogDBFactory: tan.Factory,
}
compiles fine on osx but on linux errors
/home/bs/github.com/dragonboat/internal/tan/prealloc_linux.go:33:13: impossible type assertion: f.(*os.File)
*os.File does not implement "github.com/lni/vfs".File (missing method Preallocate)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels