mirror of
https://github.com/bettercap/bettercap
synced 2025-07-10 15:23:30 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4e7377d2a0
commit
b57e329632
11 changed files with 28 additions and 28 deletions
|
@ -58,7 +58,7 @@ func LoadHttpProxyScriptSource(path, source string, sess *session.Session) (err
|
|||
}
|
||||
|
||||
func LoadHttpProxyScript(path string, sess *session.Session) (err error, s *HttpProxyScript) {
|
||||
log.Info("Loading proxy script %s ...", path)
|
||||
log.Info("loading proxy script %s ...", path)
|
||||
|
||||
raw, err := ioutil.ReadFile(path)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue