1 2 3 4 5 6 7 8
// +build !openbsd package protector // Protect calls OS specific protections like pledge on OpenBSD func Protect() { return }