Add array support todo

This commit is contained in:
Thomas Pelletier
2021-03-23 21:18:19 -04:00
parent a3b7e1e353
commit a25f636a07
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -10,8 +10,9 @@ Development branch. Probably does not work.
- [x] Support Array Tables.
- [x] Unmarshal into pointers.
- [x] Support Date / times.
- [ ] Support Unmarshaler interface.
- [x] Support struct tags annotations.
- [ ] Support Arrays.
- [ ] Support Unmarshaler interface.
- [ ] Original go-toml unmarshal tests pass.
- [ ] Benchmark!
- [ ] Abstract AST.