我试图找到如何检查是否设置了结构属性,但我找不到任何方法。
我期待这样的事情,但 corse 这行不通:
type MyStruct struct {
property string
}
test := new(MyStruct)
if test.property {
//do something with this
相关分类