mirror of
https://github.com/mjl-/mox.git
synced 2024-12-29 09:53:47 +03:00
7 lines
104 B
Go
7 lines
104 B
Go
|
package sherpa
|
||
|
|
||
|
func isConnectionClosed(err error) bool {
|
||
|
// todo: needs a better test
|
||
|
return false
|
||
|
}
|