mirror of
https://github.com/golang/go
synced 2024-11-21 11:54:39 -07:00
exp/terminal: still trying to unbreak non-Linux builds.
R=golang-dev CC=golang-dev https://golang.org/cl/5542050
This commit is contained in:
parent
026f8dfb94
commit
1019eda9d8
@ -186,7 +186,6 @@ DIRS=\
|
||||
ifeq ($(GOOS),linux)
|
||||
DIRS+=\
|
||||
exp/inotify\
|
||||
exp/terminal\
|
||||
|
||||
endif
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
// 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 (
|
||||
|
@ -2,8 +2,6 @@
|
||||
// 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 (
|
||||
|
Loading…
Reference in New Issue
Block a user