chore(linting): apply gofumpt & goimports to all .go files (#225)
This commit is contained in:
parent
c4b7ef9160
commit
b5da6ec29b
45 changed files with 539 additions and 479 deletions
|
@ -16,9 +16,7 @@ import (
|
|||
"github.com/zitadel/oidc/pkg/client/profile"
|
||||
)
|
||||
|
||||
var (
|
||||
client = http.DefaultClient
|
||||
)
|
||||
var client = http.DefaultClient
|
||||
|
||||
func main() {
|
||||
keyPath := os.Getenv("KEY_PATH")
|
||||
|
@ -145,7 +143,6 @@ func main() {
|
|||
if err != nil {
|
||||
http.Error(w, err.Error(), http.StatusInternalServerError)
|
||||
}
|
||||
|
||||
})
|
||||
lis := fmt.Sprintf("127.0.0.1:%s", port)
|
||||
logrus.Infof("listening on http://%s/", lis)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue