From 7daa34103517f9ff3193c3a4b86fbfabf7fe539f Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Tue, 14 Apr 2026 23:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E4=B8=8A=E6=BC=8F=E6=8E=89=E7=9A=84?= =?UTF-8?q?=20io=20=E5=8C=85=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/xboard/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/xboard/service.go b/service/xboard/service.go index 85bdbfbc..98557676 100644 --- a/service/xboard/service.go +++ b/service/xboard/service.go @@ -5,6 +5,7 @@ import ( "context" "encoding/json" "fmt" + "io" "net/http" "sync" "time"