From c36a2cb8b02d94c2390285ab6d8f602a654044d7 Mon Sep 17 00:00:00 2001 From: hxt Date: Thu, 17 Jul 2025 20:26:11 +0800 Subject: [PATCH] =?UTF-8?q?ci(drone):=20=E6=B7=BB=E5=8A=A0=20Go=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=92=8C=E6=9E=84=E5=BB=BA=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 restore cache 和 rebuild cache 步骤中添加了 go-mod-cache 和 go --- internal/logic/hero/hero.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/logic/hero/hero.go b/internal/logic/hero/hero.go index 8f18e9d..f5770a3 100644 --- a/internal/logic/hero/hero.go +++ b/internal/logic/hero/hero.go @@ -9,7 +9,6 @@ import ( "epic/internal/model/entity" "epic/internal/service" "epic/internal/util" - "fmt" "github.com/gogf/gf/v2/encoding/gjson" "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/util/gconv" @@ -143,7 +142,6 @@ func (l *Logic) GetHeroDetailByCode(ctx context.Context, code string) (*v1.HeroD if err != nil { return nil, err } - fmt.Println(jsonStr) fribbleHeroSet = &entity.FribbleHeroSet{ HeroCode: code, JsonContent: jsonStr,