fzf/src/protector/protector.go
2022-03-29 21:23:45 +09:00

9 lines
131 B
Go

//go:build !openbsd
package protector
// Protect calls OS specific protections like pledge on OpenBSD
func Protect() {
return
}