Fix out-of-order output

The output of structs.go was out of proper order.
This commit is contained in:
Peter Cunha 2019-09-27 15:37:34 -07:00 committed by GitHub
parent 61e8dde1c1
commit cb3bcfb136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ $ go run structs.go
{Alice 30}
{Fred 0}
&{Ann 40}
&{Jon 42}
Sean
50
51
&{Jon 42}