mirror of
https://github.com/slackhq/nebula.git
synced 2025-03-14 21:22:48 +00:00
7 lines
115 B
Go
7 lines
115 B
Go
![]() |
//go:build !boringcrypto
|
||
|
// +build !boringcrypto
|
||
|
|
||
|
package nebula
|
||
|
|
||
|
var boringEnabled = func() bool { return false }
|