mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
Fix linting
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user