编辑文件 boss.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-24 12:53:59 +08:00
committed by cnb
parent b072e61e71
commit f00e08764c

View File

@@ -34,7 +34,7 @@ func init() {
}
}
ctx.Send(strings.Join(buf.String(), "\n"))
ctx.Send(buf.String())
}
}