Add errors to communication package
This commit is contained in:
parent
716be466e0
commit
aa63fb8f23
7
communication/errors.go
Normal file
7
communication/errors.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package communication
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ERROR_LINK_ZERO_COUNT = errors.New("Link count is zero")
|
||||
)
|
Loading…
Reference in New Issue
Block a user