go-judge/cmd/executorshell/shell_other.go

9 lines
131 B
Go

// +build !linux
package main
import "github.com/criyle/go-judge/pb"
func handleSizeChange(sendCh chan<- *pb.StreamRequest) {
}