aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/go/cmd/logfmt/tail_not_unix.go2
-rw-r--r--client/go/cmd/logfmt/tail_unix.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/go/cmd/logfmt/tail_not_unix.go b/client/go/cmd/logfmt/tail_not_unix.go
index bc5d7879804..7030572575d 100644
--- a/client/go/cmd/logfmt/tail_not_unix.go
+++ b/client/go/cmd/logfmt/tail_not_unix.go
@@ -2,7 +2,7 @@
// vespa logfmt command
// Author: mpolden
-//go:build !unix
+//go:build windows
package logfmt
diff --git a/client/go/cmd/logfmt/tail_unix.go b/client/go/cmd/logfmt/tail_unix.go
index f3d6a6f7bbe..7703844da48 100644
--- a/client/go/cmd/logfmt/tail_unix.go
+++ b/client/go/cmd/logfmt/tail_unix.go
@@ -2,7 +2,7 @@
// vespa logfmt command
// Author: arnej
-//go:build unix
+//go:build !windows
package logfmt