6 lines
85 B
Go
6 lines
85 B
Go
//go:build !windows && !darwin
|
|
|
|
package blocker
|
|
|
|
func (b *Blocker) checkAndKill() {}
|