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

This commit is contained in:
evilsocket 2018-02-23 00:07:09 +01:00
parent f3dd84ebc4
commit 63cea73f8e
75 changed files with 179 additions and 179 deletions

View file

@ -5,9 +5,9 @@ import (
// "sort"
"strings"
"github.com/evilsocket/bettercap-ng/core"
"github.com/evilsocket/bettercap-ng/network"
"github.com/evilsocket/bettercap-ng/session"
"github.com/bettercap/bettercap/core"
"github.com/bettercap/bettercap/network"
"github.com/bettercap/bettercap/session"
)
const eventTimeFormat = "2006-01-02 15:04:05"