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