diff --git a/go/client/platform_specific_ctl_commands_other.go b/go/client/platform_specific_ctl_commands_other.go index 2882ff082f73..ad70a3a2014b 100644 --- a/go/client/platform_specific_ctl_commands_other.go +++ b/go/client/platform_specific_ctl_commands_other.go @@ -1,6 +1,6 @@ // Copyright 2019 Keybase, Inc. All rights reserved. Use of // this source code is governed by the included BSD license. -// +build darwin windows +// +build darwin windows netbsd openbsd freebsd package client diff --git a/go/install/install_unix.go b/go/install/install_unix.go index 1cbd0b1fc40d..12ec505a65c6 100644 --- a/go/install/install_unix.go +++ b/go/install/install_unix.go @@ -1,7 +1,7 @@ // Copyright 2015 Keybase, Inc. All rights reserved. Use of // this source code is governed by the included BSD license. -// +build linux freebsd openbsd +// +build linux freebsd netbsd openbsd package install diff --git a/go/install/stop_linux.go b/go/install/stop_nix.go similarity index 97% rename from go/install/stop_linux.go rename to go/install/stop_nix.go index 0232505ee959..bebca0d06f93 100644 --- a/go/install/stop_linux.go +++ b/go/install/stop_nix.go @@ -1,7 +1,7 @@ // Copyright 2019 Keybase, Inc. All rights reserved. Use of // this source code is governed by the included BSD license. -// +build !windows,!darwin +// +build !windows,!darwin netbsd openbsd freebsd package install diff --git a/go/logger/redirect_stderr_nix.go b/go/logger/redirect_stderr_nix.go index 617782446b29..89f2318e4e10 100644 --- a/go/logger/redirect_stderr_nix.go +++ b/go/logger/redirect_stderr_nix.go @@ -1,7 +1,7 @@ // Copyright 2016 Keybase, Inc. All rights reserved. Use of // this source code is governed by the included BSD license. -// +build darwin freebsd openbsd +// +build darwin freebsd netbsd openbsd package logger diff --git a/go/vendor/github.com/keybase/go-ps/process_unix.go b/go/vendor/github.com/keybase/go-ps/process_unix.go index f4e8da23d59c..8c89b7ecb6ac 100644 --- a/go/vendor/github.com/keybase/go-ps/process_unix.go +++ b/go/vendor/github.com/keybase/go-ps/process_unix.go @@ -1,4 +1,4 @@ -// +build linux +// +build linux netbsd package ps