调试动态数组

This commit is contained in:
2025-03-22 18:50:56 +08:00
parent 850866d6f5
commit 95946c187c
3 changed files with 38 additions and 10 deletions

6
define.go Normal file
View File

@ -0,0 +1,6 @@
package dynamicstruct
const (
// ArraySplit is the string used to split array elements
ArraySplit = "[]"
)