Skip to content

Commit 48bbcfb

Browse files
[azopenai] Fixing lint error that popped up because of redundant build tags (#25713)
The lint error was complaining that we had both go:build and +build tags, but it turns out that we actually don't need either of them.
1 parent 3c13bff commit 48bbcfb

13 files changed

+0
-39
lines changed

sdk/ai/azopenai/build.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

sdk/ai/azopenai/client_audio_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

sdk/ai/azopenai/client_chat_completions_extensions_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

sdk/ai/azopenai/client_chat_completions_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

sdk/ai/azopenai/client_completions_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

sdk/ai/azopenai/client_rai_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

sdk/ai/azopenai/client_responses_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

sdk/ai/azopenai/custom_client_image_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

sdk/ai/azopenai/custom_errors.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

sdk/ai/azopenai/custom_errors_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build go1.21
2-
// +build go1.21
3-
41
// Copyright (c) Microsoft Corporation. All rights reserved.
52
// Licensed under the MIT License. See License.txt in the project root for license information.
63

0 commit comments

Comments
 (0)