From c0165a38fd3cf00b3ab8ec8c283e44c0c2383d74 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Tue, 14 Feb 2017 12:51:50 +1100 Subject: [PATCH] internal/poll: only build str.go on plan9 Alternatively the contents of str.go could be moved into fd_io_plan9.go Change-Id: I9d7ec85bbb376f4244eeca732f25c0b77cadc6a6 Reviewed-on: https://go-review.googlesource.com/36971 Run-TryBot: Dave Cheney Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- src/internal/poll/str.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/internal/poll/str.go b/src/internal/poll/str.go index 2be35c74db..57ec9d9c21 100644 --- a/src/internal/poll/str.go +++ b/src/internal/poll/str.go @@ -1,3 +1,5 @@ +// +build plan9 + // Copyright 2009 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. -- 2.50.0