Skip to content

Commit

Permalink
feat: #1 新增PointItem
Browse files Browse the repository at this point in the history
  • Loading branch information
libuliduobuqiuqiu committed Nov 24, 2022
1 parent f3888c2 commit 541df8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Demo/point.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ type Wheel struct {
Circle
Spokes int
}

type PointItem struct {
Z int
Desc string
}

0 comments on commit 541df8d

Please sign in to comment.