fix build macos
This commit is contained in:
5
client/internal/blocker/blocker_other.go
Normal file
5
client/internal/blocker/blocker_other.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//go:build !windows && !darwin
|
||||
|
||||
package blocker
|
||||
|
||||
func (b *Blocker) checkAndKill() {}
|
||||
Reference in New Issue
Block a user