go-judge/cmd/go-judge-shell/shell_other.go
2023-11-10 01:20:28 +00:00

9 lines
132 B
Go

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