m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 14:53:47 -05:00
Files
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
}