1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-11-23 22:14:49 +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

@@ -4,7 +4,6 @@ import (
"bytes"
"crypto/md5"
"encoding/base64"
"errors"
"html/template"
"net/http"
"net/http/httptest"
@@ -12,6 +11,8 @@ import (
"strings"
"testing"
"github.com/pkg/errors"
"github.com/go-authboss/authboss"
"github.com/go-authboss/authboss/internal/mocks"
)