package name

This commit is contained in:
kekskurse 2024-09-26 11:06:17 +02:00
parent eac592da94
commit 095d75f7ba
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
package kekskurseauth package auth
import ( import (
"encoding/json" "encoding/json"

View file

@ -1,4 +1,4 @@
package kekskurseauth package auth
import ( import (
"fmt" "fmt"

View file

@ -1,4 +1,4 @@
package kekskurseauth package auth
type ClientConfig struct { type ClientConfig struct {
ClientID string ClientID string

View file

@ -1,4 +1,4 @@
package kekskurseauth package auth
import ( import (
"net/http" "net/http"

View file

@ -1,4 +1,4 @@
package kekskurseauth package auth
import "errors" import "errors"