1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-02 17:02:15 +08:00
parent 4592e1d2f8
commit acc9bcf6ff

View File

@@ -22,7 +22,7 @@ import (
"github.com/gogf/gf/v2/util/gconv" "github.com/gogf/gf/v2/util/gconv"
) )
var fightpanlog *glog.Logger var fightpanlog = glog.New()
type MyWriter struct { type MyWriter struct {
logger *glog.Logger logger *glog.Logger