From 1c4e40df3f7903fa0e7a968dfaaa7932dd82879c Mon Sep 17 00:00:00 2001 From: danitello Date: Sun, 15 Sep 2019 12:46:45 -0700 Subject: [PATCH] Structs - fix example output --- examples/structs/structs.sh | 4 ++-- public/structs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/structs/structs.sh b/examples/structs/structs.sh index f0d6025..039fd00 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 +51 \ No newline at end of file diff --git a/public/structs b/public/structs index 672b214..0bb814c 100644 --- a/public/structs +++ b/public/structs @@ -244,10 +244,10 @@ pointers are automatically dereferenced.

{Alice 30} {Fred 0} &{Ann 40} +&{Jon 42} Sean 50 51 -&{Jon 42}