Files
dotfiles/fzf/fzf/src/protector/protector.go
Christian Nieves 76a6480b62 Populate repo
2022-04-19 15:50:47 +00:00

9 lines
130 B
Go

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