Remove pkg/errors dependency

Lots of people are paying attention to what dependecies we add to their
projects now. This just makes things a little cleaner.

Resolves #469
This commit is contained in:
Sean DuBois
2019-03-05 21:59:35 -08:00
parent 30763bbf3f
commit be2ef55e62
3 changed files with 16 additions and 17 deletions

View File

@@ -1,8 +1,6 @@
package ice
import (
"github.com/pkg/errors"
)
import "errors"
var (
// ErrUnknownType indicates an error with Unknown info.