mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
fix: fixing macOS compilation
This commit is contained in:
parent
cf907db728
commit
9286716f4a
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
// +build !windows
|
||||
// +build !darwin
|
||||
|
||||
package modules
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build windows darwin
|
||||
|
||||
package modules
|
||||
|
||||
import (
|
Loading…
Add table
Add a link
Reference in a new issue