fix build

This commit is contained in:
criyle 2021-09-20 19:09:04 -07:00
parent 1326a38b25
commit 34e87660d8

View File

@ -3,10 +3,7 @@
package model
import (
"io"
"os"
)
import "os"
func fileToByte(f *os.File, mmap bool) ([]byte, error) {
return fileToByteGeneric(f)