From eeb0b92debf9684e3d480297f4423e90b82b45f9 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 8 May 2018 13:59:40 -0700 Subject: Rename TODO to TODO.md (more standard, plays better with binary exclusions, etc) --- TODO | 10 ---------- TODO.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 TODO create mode 100644 TODO.md diff --git a/TODO b/TODO deleted file mode 100644 index 3407592..0000000 --- a/TODO +++ /dev/null @@ -1,10 +0,0 @@ -# The list of possible future improvements and ideas - -- Proto2 extensions? This needs some thinking how to do this. How often are - extensions used? Is this necessary? - -- Options? - -- has/clear procs for oneofs to check/clear the whole oneof? - -- Documentation! diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..3407592 --- /dev/null +++ b/TODO.md @@ -0,0 +1,10 @@ +# The list of possible future improvements and ideas + +- Proto2 extensions? This needs some thinking how to do this. How often are + extensions used? Is this necessary? + +- Options? + +- has/clear procs for oneofs to check/clear the whole oneof? + +- Documentation! -- cgit v1.2.3