Fix whitespace and build

This commit is contained in:
Mark McGranaghan 2019-05-31 12:06:44 -07:00
parent 936b6b2434
commit d351883ab8
2 changed files with 1 additions and 3 deletions

View File

@ -7,5 +7,3 @@ len: 2
map: map[k1:7]
prs: false
map: map[bar:2 foo:1]

View File

@ -199,7 +199,7 @@ printed with <code>fmt.Println</code>.</p>
<span class="go">len: 2</span>
<span class="go">map: map[k1:7]</span>
<span class="go">prs: false</span>
<span class="go">map: map[foo:1 bar:2]</span>
<span class="go">map: map[bar:2 foo:1]</span>
</pre></div>
</td>