mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
more lint driven refactoring
This commit is contained in:
parent
7919cda5ec
commit
0de6f3a76e
57 changed files with 168 additions and 241 deletions
|
@ -54,7 +54,7 @@ func (t *CookieTracker) IsClean(req *http.Request) bool {
|
|||
defer t.RUnlock()
|
||||
|
||||
// was it already processed?
|
||||
if _, found := t.set[t.keyOf(req)]; found == true {
|
||||
if _, found := t.set[t.keyOf(req)]; found {
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue