-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit replaces the old Go build tag syntax with the new one which was released in Go 1.17, since the current one is deprecated and not used by any tools. Docs: https://pkg.go.dev/cmd/go#hdr-Build_constraints Signed-off-by: Norbert Biczo <pyrooka@users.noreply.github.com>
- Loading branch information
Showing
42 changed files
with
7 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021, 2022. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020, 2022. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2022. | ||
|
2 changes: 1 addition & 1 deletion
2
contextbasedrestrictionsv1/context_based_restrictions_v1_examples_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// +build examples | ||
//go:build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
2 changes: 1 addition & 1 deletion
2
contextbasedrestrictionsv1/context_based_restrictions_v1_integration_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// +build integration | ||
//go:build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
1 change: 0 additions & 1 deletion
1
enterprisebillingunitsv1/enterprise_billing_units_v1_examples_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
1 change: 0 additions & 1 deletion
1
enterprisebillingunitsv1/enterprise_billing_units_v1_integration_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
1 change: 0 additions & 1 deletion
1
enterprisemanagementv1/enterprise_management_v1_examples_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021, 2022. | ||
|
1 change: 0 additions & 1 deletion
1
enterprisemanagementv1/enterprise_management_v1_integration_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021, 2022. | ||
|
1 change: 0 additions & 1 deletion
1
enterpriseusagereportsv1/enterprise_usage_reports_v1_examples_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020, 2022. | ||
|
1 change: 0 additions & 1 deletion
1
enterpriseusagereportsv1/enterprise_usage_reports_v1_integration_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020, 2021. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// +build integration | ||
//go:build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020, 2021. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020, 2021. | ||
|
1 change: 0 additions & 1 deletion
1
iampolicymanagementv1/iam_policy_management_v1_examples_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
1 change: 0 additions & 1 deletion
1
iampolicymanagementv1/iam_policy_management_v1_integration_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// +build integration | ||
//go:build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// +build examples | ||
//go:build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2023. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020, 2021. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
1 change: 0 additions & 1 deletion
1
resourcecontrollerv2/resource_controller_v2_integration_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// +build integration | ||
//go:build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2020. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build examples | ||
// +build examples | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build integration | ||
// +build integration | ||
|
||
/** | ||
* (C) Copyright IBM Corp. 2021. | ||
|