@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.
This commit is contained in:
Brian Tiger Chow 2014-11-11 21:45:09 -08:00 committed by Juan Batiz-Benet
parent 7a505b44c7
commit 45526224e4

View File

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