Versions in this module Expand all Collapse all v1 v1.3.0 Oct 15, 2014 v1.2.0 Aug 20, 2014 Changes in this version + var ErrorBadFormat = errors.New("bad format of filter (expected name=value)") + func ToParam(a Args) (string, error) + type Args map[string][]string + func FromParam(p string) (Args, error) + func ParseFlag(arg string, prev Args) (Args, error)