refactor: errors moved to errors.go

This commit is contained in:
2026-05-15 19:51:21 +03:00
parent 942b8f4ddc
commit 86ff71f33c
2 changed files with 21 additions and 15 deletions
@@ -0,0 +1,5 @@
package connection_manager
import "errors"
var ConnectionCloseErr error = errors.New("connection close")