Skip to content

Commit 1a2c40d

Browse files
fix: remove some Go build Windows exclusions
1 parent fc7cbac commit 1a2c40d

10 files changed

+0
-50
lines changed

internal/pkg/agent/cmd/otel.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// or more contributor license agreements. Licensed under the Elastic License 2.0;
33
// you may not use this file except in compliance with the Elastic License 2.0.
44

5-
//go:build !windows
6-
75
package cmd
86

97
import (

internal/pkg/agent/cmd/otel_flags.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// or more contributor license agreements. Licensed under the Elastic License 2.0;
33
// you may not use this file except in compliance with the Elastic License 2.0.
44

5-
//go:build !windows
6-
75
package cmd
86

97
import (

internal/pkg/agent/cmd/otel_flags_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// or more contributor license agreements. Licensed under the Elastic License 2.0;
33
// you may not use this file except in compliance with the Elastic License 2.0.
44

5-
//go:build !windows
6-
75
package cmd
86

97
import (

internal/pkg/agent/cmd/otel_windows.go

-17
This file was deleted.

internal/pkg/agent/cmd/otel_windows_test.go

-17
This file was deleted.

internal/pkg/agent/cmd/validate.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// or more contributor license agreements. Licensed under the Elastic License 2.0;
33
// you may not use this file except in compliance with the Elastic License 2.0.
44

5-
//go:build !windows
6-
75
package cmd
86

97
import (

internal/pkg/otel/components.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// or more contributor license agreements. Licensed under the Elastic License 2.0;
33
// you may not use this file except in compliance with the Elastic License 2.0.
44

5-
//go:build !windows
6-
75
package otel
86

97
import (

internal/pkg/otel/run.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// or more contributor license agreements. Licensed under the Elastic License 2.0;
33
// you may not use this file except in compliance with the Elastic License 2.0.
44

5-
//go:build !windows
6-
75
package otel
86

97
import (

internal/pkg/otel/run_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// or more contributor license agreements. Licensed under the Elastic License 2.0;
33
// you may not use this file except in compliance with the Elastic License 2.0.
44

5-
//go:build !windows
6-
75
package otel
86

97
import (

internal/pkg/otel/validate.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// or more contributor license agreements. Licensed under the Elastic License 2.0;
33
// you may not use this file except in compliance with the Elastic License 2.0.
44

5-
//go:build !windows
6-
75
package otel
86

97
import (

0 commit comments

Comments
 (0)