junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
62.31k stars 2.35k forks source link

chore: use errors.New to replace fmt.Errorf with no parameters will much better #3747

Closed ChengenH closed 2 months ago

ChengenH commented 2 months ago

use errors.New to replace fmt.Errorf with no parameters will much better

junegunn commented 2 months ago

Thanks!