src/pkg/Makefile | 1 - src/pkg/exp/terminal/terminal.go | 2 -- src/pkg/exp/terminal/terminal_test.go | 2 -- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 47e6a5174598e3c5a2bee578330cfda4283a06b7..0b8a1d16f1c18055cd657b0b9b6b83fae9373eb4 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -186,7 +186,6 @@ ifeq ($(GOOS),linux) DIRS+=\ exp/inotify\ - exp/terminal\ endif diff --git a/src/pkg/exp/terminal/terminal.go b/src/pkg/exp/terminal/terminal.go index 5fd862e59517f58c610c590498ee8158c01a59c0..c3ba5bde2ee6e69b01b7f9e315c1d17bdef7f3ea 100644 --- a/src/pkg/exp/terminal/terminal.go +++ b/src/pkg/exp/terminal/terminal.go @@ -2,8 +2,6 @@ // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux - package terminal import ( diff --git a/src/pkg/exp/terminal/terminal_test.go b/src/pkg/exp/terminal/terminal_test.go index 75628f695e989e41fe5f6e8d48b24955f975dcfe..a2197210e2a8d4da5720b2c797afccd21156011d 100644 --- a/src/pkg/exp/terminal/terminal_test.go +++ b/src/pkg/exp/terminal/terminal_test.go @@ -2,8 +2,6 @@ // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux - package terminal import (