a geicko-2 based round robin ranking system designed to test c++ battleship submissions battleship.dunkirk.sh
at main 172 B view raw
1package sftp 2 3import ( 4 "syscall" 5) 6 7func fakeFileInfoSys() interface{} { 8 return syscall.Win32FileAttributeData{} 9} 10 11func testOsSys(sys interface{}) error { 12 return nil 13}