diff --git a/auth.go b/auth.go index 4f0a710..efce47e 100644 --- a/auth.go +++ b/auth.go @@ -1,4 +1,4 @@ -package kekskurseauth +package auth import ( "encoding/json" diff --git a/auth_test.go b/auth_test.go index f1fbfb6..dd32c2b 100644 --- a/auth_test.go +++ b/auth_test.go @@ -1,4 +1,4 @@ -package kekskurseauth +package auth import ( "fmt" diff --git a/config.go b/config.go index c1dc480..2c364c2 100644 --- a/config.go +++ b/config.go @@ -1,4 +1,4 @@ -package kekskurseauth +package auth type ClientConfig struct { ClientID string diff --git a/easyauth.go b/easyauth.go index e5d364e..7644686 100644 --- a/easyauth.go +++ b/easyauth.go @@ -1,4 +1,4 @@ -package kekskurseauth +package auth import ( "net/http" diff --git a/errors.go b/errors.go index 0c862f9..222248a 100644 --- a/errors.go +++ b/errors.go @@ -1,4 +1,4 @@ -package kekskurseauth +package auth import "errors"