mirror of
https://github.com/lwch/natpass.git
synced 2026-09-20 03:18:57 +00:00
7 lines
117 B
Go
7 lines
117 B
Go
package process
|
|
|
|
import "errors"
|
|
|
|
// ErrNotSupported not supported
|
|
var ErrNotSupported = errors.New("not supported")
|