errors.go: Replace errors.New() with fmt.Errorf() #140

Open
wants to merge 1 commit into
from

2 participants

@nodakai

No description provided.

@catsby

This is the only line on the page that directly uses the errors package, so I think it's useful to leave as is, unless I'm missing something non-idiomatic or something about directly calling errors.New that is generally not recommended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment