keisku / kubectl-explore

A better kubectl explain with the fuzzy finder
MIT License
352 stars 12 forks source link

Use `strings.TrimPrefix()` instead of `strings.TrimLeft()` #37

Closed keisku closed 5 months ago

keisku commented 5 months ago

See https://github.com/golang/go/issues/67149