From b9f529ad567be2f4c26d40d52dffa2f32714ee50 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 13 Dec 2021 01:01:03 -0500 Subject: [PATCH] updating TODO --- TODO | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 4f501eb..000477e 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,3 @@ -- TEST CASES --- https://pkg.go.dev/testing --- https://go.dev/doc/tutorial/add-a-test --- https://gobyexample.com/testing --- https://blog.alexellis.io/golang-writing-unit-tests/ - Benchmarking? -- Example usage -- Merge master into V1 --- and tag release (v1.0.0) -- Merge doc.go and README.adoc to V0 --- and tag release (v0.1.3) +- Do the .Created and .Modified values auto-update by Dbus? +-- It seems they do not, so further updates are necessary. Further research is needed, though.