mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 14:58:03 +08:00
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.
This commit is contained in:
parent
7a505b44c7
commit
45526224e4
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user