mirror of
https://github.com/slackhq/nebula.git
synced 2024-11-10 17:24:37 +08:00
6 lines
173 B
Go
6 lines
173 B
Go
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
|
|
// +build darwin dragonfly freebsd netbsd openbsd
|
|
|
|
package nebula
|
|
|
|
const immediatelyForwardToSelf bool = true
|