mirror of
https://github.com/bettercap/bettercap
synced 2025-07-14 09:03:39 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
40e3e9cb7e
commit
31c7b87c53
2 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,3 @@
|
|||
// +build !windows
|
||||
// +build !darwin
|
||||
// +build !android
|
||||
// +build !arm
|
||||
// +build !mips
|
||||
// +build !mipsle
|
|
@ -1,11 +1,10 @@
|
|||
// +build windows
|
||||
// +build darwin
|
||||
// +build android
|
||||
// +build !linux
|
||||
// +build arm
|
||||
// +build mips
|
||||
// +build mipsle
|
||||
// +build mips64
|
||||
// +build mips64le
|
||||
|
||||
package modules
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue