mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 19:50:06 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
54d4594a5b
commit
0453d650d9
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
// +build windows darwin android
|
||||
// +build arm mips mipsle mips64 mips64le
|
||||
// +build windows
|
||||
// +build darwin
|
||||
// +build android
|
||||
// +build arm
|
||||
// +build mips
|
||||
// +build mipsle
|
||||
// +build mips64
|
||||
// +build mips64le
|
||||
|
||||
package modules
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue