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.
3module embed_file
4
5import v.embed_file as _
6