mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-13 11:04:03 +08:00
7 lines
78 B
Go
7 lines
78 B
Go
//go:build !expr_debug
|
|
// +build !expr_debug
|
|
|
|
package vm
|
|
|
|
const debug = false
|