Golang运行时动态生成结构体

This commit is contained in:
2025-03-19 15:27:14 +08:00
commit eab2a7abde
7 changed files with 771 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.zhangdeman.cn/zhangdeman/dynamic-struct
go 1.24.1