mirror of
https://github.com/slackhq/nebula.git
synced 2026-04-18 01:41:30 +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
|