Golang — Extract value from interfaces{} without specifying the Struct Type
October 15, 2019
Let say you pass struct as an interface argument to function and you do not have access to the type struct then how to extract the fields values. Now you… Read More