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:
@ -1,8 +1,9 @@
|
||||
package authboss
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"testing"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
func TestErrorList_Error(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user