mirror of
https://github.com/slackhq/nebula.git
synced 2026-03-10 08:42:00 -07:00
Some checks failed
gofmt / Run gofmt (push) Has been cancelled
smoke-extra / Run extra smoke tests (push) Has been cancelled
smoke / Run multi node smoke test (push) Has been cancelled
Build and test / Build all and test on ubuntu-linux (push) Has been cancelled
Build and test / Build and test on linux with boringcrypto (push) Has been cancelled
Build and test / Build and test on linux with pkcs11 (push) Has been cancelled
Build and test / Build and test on macos-latest (push) Has been cancelled
Build and test / Build and test on windows-latest (push) Has been cancelled
5 lines
129 B
Go
5 lines
129 B
Go
//go:build !darwin && !dragonfly && !freebsd && !netbsd && !openbsd
|
|
|
|
package nebula
|
|
|
|
const immediatelyForwardToSelf bool = false
|