mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-27 23:12:20 +00:00
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
digraph structs {
|
|
arr_memory [shape=record,label="<f0> 2|<f1> 3|<f2> 5|<f3> 7"];
|
|
arr_name [shape=none;label="[4]int"];
|
|
}
|