mirror of
https://github.com/slackhq/nebula.git
synced 2026-07-01 11:00:29 +02:00
6 lines
91 B
Go
6 lines
91 B
Go
//go:build !boringcrypto
|
|
|
|
package nebula
|
|
|
|
var boringEnabled = func() bool { return false }
|