mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
fix build
This commit is contained in:
parent
1326a38b25
commit
34e87660d8
@ -3,10 +3,7 @@
|
||||
|
||||
package model
|
||||
|
||||
import (
|
||||
"io"
|
||||
"os"
|
||||
)
|
||||
import "os"
|
||||
|
||||
func fileToByte(f *os.File, mmap bool) ([]byte, error) {
|
||||
return fileToByteGeneric(f)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user