导入包
import "reflect"

推导类型

aa := 1800;
fmt.Printf("aa type is =%s",reflect.TypeOf(aa))