From: Dave Cheney Date: Tue, 14 Feb 2017 01:51:50 +0000 (+1100) Subject: internal/poll: only build str.go on plan9 X-Git-Tag: go1.9beta1~1574 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c0165a38fd3cf00b3ab8ec8c283e44c0c2383d74;p=gostls13.git 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 --- 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.