delve/pkg/terminal/colorize
gocurr b5c9edccff
pkg/terminal: use reflect.Value.IsValid to check a zero Value (#3450)
I searched the source code of Go, and found no usages of
"== (reflect.Value{})" and "!= (reflect.Value{})". I think
it's more idiomatic to use "IsValid" to check a zero Value.
2023-08-01 08:35:59 -07:00
..
colorize_test.go terminal: Add config options for tab printing (#3243) 2023-01-05 14:09:03 +01:00
colorize.go pkg/terminal: use reflect.Value.IsValid to check a zero Value (#3450) 2023-08-01 08:35:59 -07:00