You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map support (#73)
* support maps with "key1:val1,key2:val2" syntax
* quote the invalid string in error msgs
* document map support in the README
closes#70
Adding build tags to use `os.LookupEnv` in >=go1.5 (#65)
* using build tags to allow for os.LookupEnv in >=go1.5
* swapping build tags
* changing to only use os.LookupEnv for appengine