mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-12 18:51:02 +08:00
7 lines
75 B
Go
7 lines
75 B
Go
//go:build expr_debug
|
|
// +build expr_debug
|
|
|
|
package vm
|
|
|
|
const debug = true
|