Fix linting

This commit is contained in:
Kunal Karmakar
2026-05-30 14:11:39 +00:00
parent 995005a0ba
commit 46e5b59d5f
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
//go:build azidentity
// Package azure: Entra ID (DefaultAzureCredential) auth adapter.
// Entra ID (DefaultAzureCredential) auth adapter.
// Built only when -tags azidentity is supplied; otherwise identity_stub.go
// satisfies the same exported API with a friendly error.
package azure
import (
+4 -3
View File
@@ -1,8 +1,9 @@
//go:build !azidentity
// Package azure: stub for the Entra ID auth path when built without
// the azidentity tag. Mirrors the exported surface of identity.go so
// callers compile cleanly in the default build.
// Stub for the Entra ID auth path when built without the azidentity tag.
// Mirrors the exported surface of identity.go so callers compile cleanly
// in the default build.
package azure
import "fmt"