Golang Get the Type of Any Variable
Yes, you can get the type of any variable with TypeOf function from the reflect package: Simplest example is here:
Yes, you can get the type of any variable with TypeOf function from the reflect package: Simplest example is here: