mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +08:00
9 lines
132 B
Go
9 lines
132 B
Go
//go:build !linux
|
|
|
|
package main
|
|
|
|
import "github.com/criyle/go-judge/pb"
|
|
|
|
func handleSizeChange(sendCh chan<- *pb.StreamRequest) {
|
|
}
|