Golang struct reflection

Suppose we want to know all possible information about the fields of the Go struct. We can get all this stuff using reflection. In this article you’ll find the answers to these questions: You can use this piece of code to get this information from the structure using reflection and print it in tabular form. […]

READ MORE