mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-08 06:09:49 +00:00
7 lines
173 B
Go
7 lines
173 B
Go
|
|
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
|
||
|
|
// +build darwin dragonfly freebsd netbsd openbsd
|
||
|
|
|
||
|
|
package nebula
|
||
|
|
|
||
|
|
const immediatelyForwardToSelf bool = true
|