8 lines
165 B
V
8 lines
165 B
V
|
module main
|
||
|
|
||
|
fn main() {
|
||
|
println(embedfs)
|
||
|
json_file := embedfs.files['assets/example.json'] or { EmbedFile{} }
|
||
|
println(json_file.data.to_string().trim_space())
|
||
|
}
|