程序报错undefined: IniSection

lipeng · · 1086 次点击
比如: ```go type IniConfig struct { filename string section map[string]*IniSection sync.RWMutex } ``` 这个结构体定义里使用了 IniSection 类型的指针,可你这段代码里并没有对 IniSection 的定义
#4
更多评论
polaris
社区,需要你我一同完善!
大哥,我真服了,发布前预览下啊…… 发布那里有很多说明,不能看下吗?
#1
polaris
社区,需要你我一同完善!
错误提示,以及搜一下就知道了,代码中根本没有 IniSection 的定义。
#2