mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-10 03:11:11 +08:00
chore: tidy err msg
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// ErrNotImplemented is a stub error.
|
// ErrNotImplemented is a stub error.
|
||||||
ErrNotImplemented = errors.New("zecall is not implemtent on" + runtime.GOOS + " " + runtime.GOARCH)
|
ErrNotImplemented = errors.New("zecall is not implemtented on " + runtime.GOOS + " " + runtime.GOARCH)
|
||||||
// ErrZeCallNotInit please call Init() first.
|
// ErrZeCallNotInit please call Init() first.
|
||||||
ErrZeCallNotInit = errors.New("zecall not init")
|
ErrZeCallNotInit = errors.New("zecall not init")
|
||||||
// ErrNoSuchProcess please register the process first.
|
// ErrNoSuchProcess please register the process first.
|
||||||
|
|||||||
Reference in New Issue
Block a user