Support TextUnmarshaler

This commit is contained in:
Thomas Pelletier
2021-03-24 21:02:02 -04:00
parent a0d031abec
commit dd5837651d
3 changed files with 50 additions and 50 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ Development branch. Probably does not work.
- [x] Support Date / times.
- [x] Support struct tags annotations.
- [x] Support Arrays.
- [ ] Support Unmarshaler interface.
- [ ] Original go-toml unmarshal tests pass.
- [x] Support Unmarshaler interface.
- [x] Original go-toml unmarshal tests pass.
- [ ] Benchmark!
- [ ] Abstract AST.
- [ ] Attach comments to AST (gated by parser flag).