mirror of
https://github.com/lwch/natpass
synced 2025-10-05 13:26:50 +08:00
7 lines
117 B
Go
7 lines
117 B
Go
package process
|
|
|
|
import "errors"
|
|
|
|
// ErrNotSupported not supported
|
|
var ErrNotSupported = errors.New("not supported")
|