From 844c9093a2fc24a5726e8244d5f53a3e04f94472 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Mon, 15 Mar 2021 09:50:01 -0400 Subject: [PATCH] Add todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75a1106..e1ebf59 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Development branch. Probably does not work. - [ ] Support Date / times. - [ ] Support Unmarshaler interface. - [ ] Support struct tags annotations. +- [ ] Original go-toml unmarshal tests pass. - [ ] Benchmark! ## Further work