Skip to content

Commit

Permalink
chore: remove +build tag (#4392)
Browse files Browse the repository at this point in the history
  • Loading branch information
zirain authored Oct 8, 2024
1 parent aac0013 commit f6b8a67
Show file tree
Hide file tree
Showing 92 changed files with 1 addition and 93 deletions.
3 changes: 1 addition & 2 deletions examples/extension-server/cmd/extension-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func main() {
},
}
app.Run(os.Args)

}

var grpcServer *grpc.Server
Expand All @@ -65,7 +64,7 @@ func handleSignals(cCtx *cli.Context) error {
c := make(chan os.Signal, 1)
signal.Notify(c, os.Interrupt, syscall.SIGQUIT)
go func() {
for _ = range c {
for range c {
if grpcServer != nil {
grpcServer.Stop()
os.Exit(0)
Expand Down
1 change: 0 additions & 1 deletion examples/extension-server/tools/src/controller-gen/pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build pin
// +build pin

package ignore

Expand Down
1 change: 0 additions & 1 deletion internal/provider/kubernetes/kubernetes_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

// Copyright Envoy Gateway Authors
// SPDX-License-Identifier: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion test/benchmark/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package benchmark

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/tests/scale_httproutes.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package tests

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/tests/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package tests

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/backendtrafficpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/clienttrafficpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/envoyextensionpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/envoyproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/httproutefilter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/securitypolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build conformance
// +build conformance

package conformance

Expand Down
1 change: 0 additions & 1 deletion test/conformance/experimental_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build experimental
// +build experimental

package conformance

Expand Down
1 change: 0 additions & 1 deletion test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package e2e

Expand Down
1 change: 0 additions & 1 deletion test/e2e/embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package e2e

Expand Down
1 change: 0 additions & 1 deletion test/e2e/merge_gateways/merge_gateways_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package mergegateways

Expand Down
1 change: 0 additions & 1 deletion test/e2e/multiple_gc/multiple_gc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package multiplegc

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/accesslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/authorization_client_ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/authorization_default_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/authorization_jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/backend_health_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/backend_tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/backend_tls_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/backend_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/backendtrafficpolicy_translation_failed.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/basic_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/circuitbreaker.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/client_mtls.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/client_timeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/connection_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/controlplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/cors.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/eg_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/envoy_patch_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/envoy_shutdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/ext_auth_grpc_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/ext_auth_http_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/ext_auth_http_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/ext_proc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/fault_injection.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
Loading

0 comments on commit f6b8a67

Please sign in to comment.