delve/pkg/terminal/starbind
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
..
conv.go pkg/terminal: use reflect.Value.IsValid to check a zero Value (#3450) 2023-08-01 08:35:59 -07:00
repl.go pkg: fix a few function names on comments 2022-10-05 17:40:35 +02:00
starlark_mapping.go pkg/terminal: regenerate starlark mappings (#3418) 2023-06-15 12:09:20 +02:00
starlark.go terminal/starbind: add online help for starlark (#3388) 2023-06-12 14:31:31 -07:00