mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
a14db649d3
commit
39ed078204
3 changed files with 9 additions and 18 deletions
|
@ -34,6 +34,7 @@ var (
|
|||
|
||||
ErrAlreadyStarted = errors.New("Module is already running.")
|
||||
ErrAlreadyStopped = errors.New("Module is not running.")
|
||||
ErrNotSupported = errors.New("This component is not supported on this OS.")
|
||||
|
||||
reCmdSpaceCleaner = regexp.MustCompile(`^([^\s]+)\s+(.+)$`)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue