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