1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-07-17 01:32:24 +02:00

Fix errors package

- Fix many compilation errors
This commit is contained in:
Aaron L
2017-02-21 15:04:30 -08:00
parent b9e2a62802
commit f65d9f6bb6
26 changed files with 253 additions and 194 deletions

View File

@ -1,8 +1,9 @@
package authboss
import (
"errors"
"testing"
"github.com/pkg/errors"
)
func TestErrorList_Error(t *testing.T) {