mirror of
https://github.com/slackhq/nebula.git
synced 2026-03-11 09:11:19 -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
91 B
Go
5 lines
91 B
Go
//go:build !boringcrypto
|
|
|
|
package nebula
|
|
|
|
var boringEnabled = func() bool { return false }
|