diamondburned / arikawa

A Golang library and framework for the Discord API.
ISC License
469 stars 55 forks source link

Move away from github.com/pkg/errors #407

Closed constantoine closed 1 year ago

constantoine commented 1 year ago

Hi, it's Cléo!

This PR converts all errors.Join() into fmt.Errorf calls. I haven't had the time to run integration tests yet.