summaryrefslogtreecommitdiff
path: root/reflect.go
AgeCommit message (Collapse)Author
2022-10-29in a second place: use reflect.Ptr not reflect.Pointer since the latter was ↵Alex Flint
added in Go 1.18
2022-10-29remove unused textMarshalerType and isTextMarshalerAlex Flint
2022-10-29store both a default value and a string representation of that default value ↵Alex Flint
in the spec for each option
2022-06-09fix issue #184Alex Flint
2021-04-20fix lint issueAlex Flint
2021-04-19test coverage 100% !!Alex Flint
2021-04-19more test coverageAlex Flint
2021-04-19change "kind" to "cardinality", add support for maps to parserAlex Flint
2021-04-19refactor canParse into kindOfAlex Flint
2021-01-31skip unexported fieldsAlex Flint
2019-05-02add test for canParse with TextUnmarshalerAlex Flint
2019-05-02add unittests for canParseAlex Flint