mirror of
https://github.com/bettercap/bettercap
synced 2025-07-05 20:42:09 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
2e2a5248b4
commit
8ac2c0163b
5 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
// +build !windows
|
||||
// +build !darwin
|
||||
|
||||
package events_stream
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build windows darwin
|
||||
// +build windows
|
||||
|
||||
package events_stream
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// +build !windows
|
||||
// +build !darwin
|
||||
|
||||
package network
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// +build !windows
|
||||
// +build !darwin
|
||||
|
||||
package network
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build windows darwin
|
||||
// +build windows
|
||||
|
||||
package network
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue