mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 20:05:17 +03:00
refactor: errors moved to errors.go
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package connection_manager
|
||||
|
||||
import "errors"
|
||||
|
||||
var ConnectionCloseErr error = errors.New("connection close")
|
||||
Reference in New Issue
Block a user