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

This commit is contained in:
昔念
2026-02-08 12:18:23 +08:00
parent 2634e6517e
commit 8988e84a01
2 changed files with 8 additions and 1 deletions

View File

@@ -36,6 +36,6 @@ type WalkInInfo struct {
// Point: 直接给坐标xy
Point model.Pos `fieldDesc:"直接给坐标xy"`
PathLen uint32 `struc:"sizeof=Path" `
PathLen uint32 `struc:"sizeof=Path"`
Path string
}