Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
preludes
/
embed_file
/
embed_file.v
5
lines
·
4
sloc
·
173 bytes
·
c086bee5bebb8b9374605fc65469f629d42ae18d
Raw
1
// This prelude is loaded in every v program that uses `$embed_file`,
2
// in both the main executable, and in the shared library.
3
module
embed_file
4
5
import
v.embed_file as _
6