golang-cheat-sheet
golang-cheat-sheet copied to clipboard
Example of Anonymous structs "Cheaper and safer than using map[string]interface{}"
Hello,
Please explain how one can replace map[string]interface{} functionality with an anonymous struct