mirror of
https://github.com/junegunn/fzf
synced 2026-07-19 16:23:18 +00:00
7 lines
122 B
Go
7 lines
122 B
Go
//go:build !openbsd
|
|
|
|
package protector
|
|
|
|
// Protect calls OS specific protections like pledge on OpenBSD
|
|
func Protect() {}
|