mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
- increase default tmpfs size to 128M - add /config to get file store path - remove memory only file store close #20
10 lines
149 B
Go
10 lines
149 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package main
|
|
|
|
import "github.com/criyle/go-judge/pb"
|
|
|
|
func handleSizeChange(sendCh chan<- *pb.StreamRequest) {
|
|
}
|