updating TODO

This commit is contained in:
brent s. 2021-12-13 01:01:03 -05:00
parent dcc8499efa
commit b9f529ad56
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 2 additions and 10 deletions

12
TODO
View File

@ -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.