Skip to content

Commit 49f440d

Browse files
committed
chore(go): removed legacy +build syntax
Signed-off-by: Mohamed Tahar KEDJOUR <mkedjour@cisco.com>
1 parent 7e1ea81 commit 49f440d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

backend/internal/pkg/iam/iam_multitenant_outshift.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build outshift
2-
// +build outshift
32

43
// Copyright 2025 AGNTCY Contributors (https://github.com/agntcy)
54
// SPDX-License-Identifier: Apache-2.0

backend/internal/pkg/iam/iam_multitenant_public.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !outshift
2-
// +build !outshift
32

43
// Copyright 2025 AGNTCY Contributors (https://github.com/agntcy)
54
// SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)