Commit 1019eda9 authored by Adam Langley's avatar Adam Langley

exp/terminal: still trying to unbreak non-Linux builds.

R=golang-dev
CC=golang-dev
https://golang.org/cl/5542050
parent 026f8dfb
......@@ -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 (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment