go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.37k stars 2.13k forks source link

pkg/terminal: do not use deprecated strings.Title #3756

Closed alexandear closed 1 week ago

alexandear commented 1 week ago

The PR removes usage of deprecated strings.Title.

In our case, for titling three words breakpoint, tracepoint, watchpoint the strings.Title is perfectly fine. But I decided to remove it anyway.