publish arrays

This commit is contained in:
Mark McGranaghan
2012-10-10 15:30:43 -07:00
parent 031797c22f
commit c852c887d7
4 changed files with 50 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// Maps are Go's built-in [associative data type](http://en.wikipedia.org/wiki/Associative_array)
// _Maps_ are Go's built-in [associative data type](http://en.wikipedia.org/wiki/Associative_array)
// (sometimes called _hashes_ or _dicts_ in other languages).
package main