go-judge/cmd/executorshell/shell_other.go
2022-03-20 23:40:21 -07:00

9 lines
132 B
Go

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