diff --git a/cmd/publish_unix.go b/cmd/publish_unix.go index 67bf2168..3ce22ffc 100644 --- a/cmd/publish_unix.go +++ b/cmd/publish_unix.go @@ -1,3 +1,4 @@ +//go:build darwin || linux || dragonfly || freebsd || netbsd || openbsd // +build darwin linux dragonfly freebsd netbsd openbsd package cmd diff --git a/cmd/subscribe_unix.go b/cmd/subscribe_unix.go index 7c02a944..6e5128dc 100644 --- a/cmd/subscribe_unix.go +++ b/cmd/subscribe_unix.go @@ -1,3 +1,4 @@ +//go:build linux || dragonfly || freebsd || netbsd || openbsd // +build linux dragonfly freebsd netbsd openbsd package cmd