From cb3bcfb136376186ad03df21b43b252152f96443 Mon Sep 17 00:00:00 2001 From: Peter Cunha Date: Fri, 27 Sep 2019 15:37:34 -0700 Subject: [PATCH] Fix out-of-order output The output of structs.go was out of proper order. --- examples/structs/structs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/structs/structs.sh b/examples/structs/structs.sh index f0d6025..e18d35b 100644 --- a/examples/structs/structs.sh +++ b/examples/structs/structs.sh @@ -3,7 +3,7 @@ $ go run structs.go {Alice 30} {Fred 0} &{Ann 40} +&{Jon 42} Sean 50 51 -&{Jon 42} \ No newline at end of file