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