Goodreads helps you follow your favorite authors. Be the first to learn about new releases!
Start by following Ivo Balbaert.

Ivo Balbaert Ivo Balbaert > Quotes

 

 (?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)
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”
Ivo Balbaert, 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.”
Ivo Balbaert, The Way to Go: A Thorough Introduction to the Go Programming Language

All Quotes | Add A Quote
The Way to Go: A Thorough Introduction to the Go Programming Language The Way to Go
159 ratings
Rust Essentials Rust Essentials
43 ratings
Learning Dart Learning Dart
12 ratings