v/vlib/v/preludes/live_main.v

10 lines
209 B
V
Raw Normal View History

module main
// This prelude is loaded in every v program compiled with -live,
2021-05-30 19:47:38 +02:00
// but only for the main executable.
2021-01-16 14:05:01 +01:00
import v.live.executable
const (
no_warning_live_executable_is_used = executable.is_used
)