diff options
Diffstat (limited to 'libgo/go/net/internal/socktest/switch_stub.go')
-rw-r--r-- | libgo/go/net/internal/socktest/switch_stub.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/net/internal/socktest/switch_stub.go b/libgo/go/net/internal/socktest/switch_stub.go index 28ce72cb855..5aa2ecec08f 100644 --- a/libgo/go/net/internal/socktest/switch_stub.go +++ b/libgo/go/net/internal/socktest/switch_stub.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build plan9 // +build plan9 package socktest |