mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
8 lines
94 B
Go
8 lines
94 B
Go
// +build !openbsd
|
|
|
|
package ossec
|
|
|
|
func PledgePromises(promises string) error {
|
|
return nil
|
|
}
|