Miscellaneous bad commit message (for fun!).

This commit is contained in:
Chris Morgan 2014-06-12 17:33:41 +10:00
parent a294948f57
commit ea63cc90d1

View file

@ -1,5 +1,7 @@
``AnyMap``
==========
``AnyMap``, a safe and convenient store for one value of each type
==================================================================
[![Build Status](https://travis-ci.org/chris-morgan/anymap.svg?branch=master)](https://travis-ci.org/chris-morgan/anymap)
If youre familiar with Go and Go web frameworks, you may have come across the common “environment” pattern for storing data related to the request. Its typically something like ``map[string]interface{}`` and is accessed with arbitrary strings which may clash and type assertions which are a little unwieldy and must be used very carefully.