From 3c8615221abf2b0f8aa40c0d20c7b862f9df6baa Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Wed, 15 Apr 2026 00:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E7=AC=AC=206=20?= =?UTF-8?q?=E8=A1=8C=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=20crypto/sha256?= =?UTF-8?q?=20=E5=AF=BC=E5=85=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/xboard/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/xboard/service.go b/service/xboard/service.go index 0c0a305e..4a4e90ea 100644 --- a/service/xboard/service.go +++ b/service/xboard/service.go @@ -3,7 +3,6 @@ package xboard import ( "bytes" "context" - "crypto/sha256" "encoding/base64" "encoding/json" "fmt"