github.com/go-git/gcfg/types.EnumParser.Parse (method)

2 uses

	github.com/go-git/gcfg/types (current package)
		bool.go#L18: 	v, err := boolParser.Parse(s)
		enum.go#L35: func (ep EnumParser) Parse(s string) (interface{}, error) {