var x, y, z = 3, 4, "foo"
fmt.Printf("x is of type %Tn", x)

BY Best Interview Question ON 13 Jan 2019