Peter Cunha cb3bcfb136
Fix out-of-order output
The output of structs.go was out of proper order.
2019-09-27 15:37:34 -07:00

10 lines
80 B
Bash

$ go run structs.go
{Bob 20}
{Alice 30}
{Fred 0}
&{Ann 40}
&{Jon 42}
Sean
50
51