`gorp` is a package that provides a simple way to marshal Go structs to and from SQL databases.
I have implemented rest api using golang, gin and gorp Employee structure: type Employee struct { Id int64 `db:"id" json:"…