From 45526224e40a9f1daf8ddd569f88bbd1bdfb57e2 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Tue, 11 Nov 2014 21:45:09 -0800 Subject: [PATCH] todo @mappum, it's okay to make it a read TODO. in fact, it's a really nice practice since it's standard and we can grep it. When someone who has an answer for the concern comes across the standard TODO breadcrumb, he/she can address it. Using the conventional TODO improves discoverability. --- core/commands2/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands2/config.go b/core/commands2/config.go index 59dcd77e1..3eee94f06 100644 --- a/core/commands2/config.go +++ b/core/commands2/config.go @@ -140,7 +140,7 @@ func setConfig(filename string, key, value string) (*ConfigField, error) { } func showConfig(filename string) (io.Reader, error) { - // MAYBE_TODO: maybe we should omit privkey so we don't accidentally leak it? + // TODO maybe we should omit privkey so we don't accidentally leak it? file, err := os.Open(filename) if err != nil {