refact: refactored core constants into swag.go

This commit is contained in:
evilsocket 2018-01-11 12:19:36 +01:00
commit 2cda9c8c67
5 changed files with 49 additions and 61 deletions

View file

@ -2,10 +2,11 @@ package session
import (
"fmt"
"github.com/evilsocket/bettercap-ng/core"
"regexp"
"strconv"
"strings"
"github.com/evilsocket/bettercap-ng/core"
)
type ParamType int