solana-go icon indicating copy to clipboard operation
solana-go copied to clipboard

perf: use errors.New to replace fmt.Errorf with no parameters

Open ChengenH opened this issue 10 months ago • 4 comments

If you don't need to format the string, recommended to use error.New().

ChengenH avatar Apr 20 '24 05:04 ChengenH