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