misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-25 03:34:03 +01:00
commit d23adbb3e8

View file

@ -1,14 +1,6 @@
package network
import (
"errors"
"fmt"
"net"
"regexp"
"runtime"
"strconv"
"strings"
"github.com/bettercap/bettercap/core"
)