nothing but import format change

Signed-off-by: xuchunming1 <xuchunming@jd.com>
This commit is contained in:
xuchunming1 2021-07-01 15:37:33 +08:00
parent 9020c53820
commit e9dad78ec2
6 changed files with 14 additions and 7 deletions

View file

@ -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]+).*$`)