Feature: support PROCESS-NAME on macOS
This commit is contained in:
@ -5,8 +5,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
errPayload = errors.New("payload error")
|
||||
errParams = errors.New("params error")
|
||||
errPayload = errors.New("payload error")
|
||||
errParams = errors.New("params error")
|
||||
ErrPlatformNotSupport = errors.New("not support on this platform")
|
||||
|
||||
noResolve = "no-resolve"
|
||||
)
|
||||
|
Reference in New Issue
Block a user