(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“this point the value in f would be a map whose keys are strings and whose values are themselves stored as empty interface values: map[string]interface{}{        “Name”: “Wednesday”,        “Age”: 6,        “Parents”: []interface{}{            “Gomez”,            “Morticia”,        }, } To access this data we can use a type assertion to access f’s underlying map[string]interface{}: m := f.(map[string]interface{}) We can then iterate through the map”

Ivo Balbaert, The Way to Go: A Thorough Introduction to the Go Programming Language
Read more quotes from Ivo Balbaert


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!

0 likes
All Members Who Liked This Quote

None yet!


This Quote Is From


Browse By Tag