Skip to content

Commit c763162

Browse files
committed
Remove obsoleted build tags
Brought to you by go fix ./... Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent c6dae46 commit c763162

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

activation/files_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build !windows
16-
// +build !windows
1716

1817
// Package activation implements primitives for systemd socket activation.
1918
package activation

internal/dlopen/dlopen_example.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414
//
1515
//go:build linux
16-
// +build linux
1716

1817
package dlopen
1918

journal/journal_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build !windows
16-
// +build !windows
1716

1817
// Package journal provides write bindings to the local systemd journal.
1918
// It is implemented in pure Go and connects to the journal directly over its

journal/journal_unix_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build !windows
16-
// +build !windows
1716

1817
package journal_test
1918

util/util_cgo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build cgo
16-
// +build cgo
1716

1817
package util
1918

util/util_stub.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build !cgo
16-
// +build !cgo
1716

1817
package util
1918

0 commit comments

Comments
 (0)