Hi,
I need a data structure to store a map of string to set of attributes, for
example:
key (string) value (map[string]float64)
========== ===================
"p1" {'f1' 0.1, 'f2' 0.2, 'f3' 0.3}
"p2" {'f1' 1.6, 'f2' 2.2, 'f3' 3.4}
...
..so on
What is the right way to declare and initialize this nested map data
structure?
Thanks!
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.