Merge pull request #277 from danitello/structs-examples

Structs - fix example output
This commit is contained in:
Mark McGranaghan
2019-09-28 19:44:20 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

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