Factor out Map interface

There are various implementations of the map datatype.  Making this an
interface allows consumers to swap in different implementations later,
as needs require.
1 file changed
tree: 2b1d62fe57c39625926a0995d5747a32e3db7643
  1. list.go
  2. list_test.go
  3. map.go
  4. map_test.go