libgo: update to Go 1.11
[official-gcc.git] / libgo / go / net / error_plan9.go
blobcaad133b774dc5c43e60a06fedb0502ea3948d9a
1 // Copyright 2018 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 package net
7 func isConnError(err error) bool {
8 return false