mirror of
https://github.com/slackhq/nebula.git
synced 2026-06-19 08:00:29 +00:00
5 lines
129 B
Go
5 lines
129 B
Go
//go:build !darwin && !dragonfly && !freebsd && !netbsd && !openbsd
|
|
|
|
package nebula
|
|
|
|
const immediatelyForwardToSelf bool = false
|