Reflect

https://pkg.go.dev/reflect

可以用來查看型別 (TypeOf) 或是修改物件的型別等等。

比較常用之方法如下:

reflect.TypeOf()
reflect.Kind()
reflect.Elem()

Last updated