mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-13 17:38:54 +00:00
9 lines
131 B
Go
9 lines
131 B
Go
//go:build !openbsd
|
|
|
|
package protector
|
|
|
|
// Protect calls OS specific protections like pledge on OpenBSD
|
|
func Protect() {
|
|
return
|
|
}
|