package
0.0.0-20241017075109-56ccb744ed38
Repository: https://github.com/ggvylf/learngo.git
Documentation: pkg.go.dev

# Functions

获取变量的类型.
获取实例对象的值和类型.
IsNil()会判断变量持有的值是否为nil,注意变量的的类型必须是chan func interface map pointer slice之一,否则会painc.
isVaild()会返回变量是否持有一个值,如果值是0则会返回false,此时该值除了IsVaild() String Kind以外的方法都会panic.
通过反射修改变量的值,注意函数传递的是值的拷贝,必须传地址.
使用反射判断接口类型.
通过反射获取接口对应类型的值.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author