1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-28 08:58:38 +02:00

Update client_state.go

This commit is contained in:
frederikhors 2019-01-08 13:47:18 +01:00 committed by GitHub
parent ee6a9ab99a
commit 7e3ad2a691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,11 @@
package authboss
import (
"bufio"
"context"
"errors"
"fmt"
"net"
"net/http"
"strings"
)