Progress on date/times

This commit is contained in:
Thomas Pelletier
2021-03-22 09:59:15 -04:00
parent 8b34e54764
commit fcc91f2618
6 changed files with 380 additions and 153 deletions
+4 -2
View File
@@ -8,8 +8,10 @@ Development branch. Probably does not work.
- [x] Unmarshal into maps.
- [x] Support Array Tables.
- [x] Unmarshal into pointers.
- [ ] Support Date / times.
- [ ] Unmarshal into pointers.
> Was supposed to be done, but seems like there are still some assignation
> issues.
- [x] Support Date / times.
- [ ] Support Unmarshaler interface.
- [x] Support struct tags annotations.
- [ ] Original go-toml unmarshal tests pass.