mox/vendor/github.com/mjl-/sherpa/isclosed_plan9.go

7 lines
104 B
Go
Raw Normal View History

2023-01-30 16:27:06 +03:00
package sherpa
func isConnectionClosed(err error) bool {
// todo: needs a better test
return false
}