From 6cb5e02c3e2a6065878e6517fcdc3e8635cfa621 Mon Sep 17 00:00:00 2001 From: Rogee Date: Wed, 17 Sep 2025 08:56:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20providers=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=9A=84=E5=B5=8C=E5=85=A5=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=AD=A3=E7=A1=AE=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=89=80=E6=9C=89=E6=8F=90=E4=BE=9B=E8=80=85=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/templates.go b/templates/templates.go index f4cb3e2..bc2f525 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -17,5 +17,5 @@ var Jobs embed.FS //go:embed services var Services embed.FS -//go:embed providers/* +//go:embed providers var Providers embed.FS