mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 12:42:01 -07: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() {}
|