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