Goodreads helps you follow your favorite authors. Be the first to learn about new releases!
Start by following Ivo Balbaert.
Showing 1-2 of 2
“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”
― The Way to Go: A Thorough Introduction to the Go Programming Language
― The Way to Go: A Thorough Introduction to the Go Programming Language
“Do not communicate by sharing memory. Instead, share memory by communicating. Communication forces coordination.”
― The Way to Go: A Thorough Introduction to the Go Programming Language
― The Way to Go: A Thorough Introduction to the Go Programming Language




