mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
nothing but import format change
Signed-off-by: xuchunming1 <xuchunming@jd.com>
This commit is contained in:
parent
9020c53820
commit
e9dad78ec2
6 changed files with 14 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
|||
package routing
|
||||
|
||||
import (
|
||||
"github.com/bettercap/bettercap/core"
|
||||
"github.com/evilsocket/islazy/str"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/bettercap/bettercap/core"
|
||||
"github.com/evilsocket/islazy/str"
|
||||
)
|
||||
|
||||
var parser = regexp.MustCompile(`^([^\s]+)\s+([^\s]+)\s+([^\s]+)\s+([^\s]+).*$`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue