From 8656320237172821a7b0751c3c778d57aa00aa09 Mon Sep 17 00:00:00 2001 From: Go101 <22589241+go101@users.noreply.github.com> Date: Tue, 26 Feb 2019 12:29:27 -0400 Subject: [PATCH] update for Go 1.12 --- examples/maps/maps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/maps/maps.sh b/examples/maps/maps.sh index bb667f4..03e1a25 100644 --- a/examples/maps/maps.sh +++ b/examples/maps/maps.sh @@ -6,4 +6,6 @@ v1: 7 len: 2 map: map[k1:7] prs: false -map: map[foo:1 bar:2] +map: map[bar:2 foo:1] + +