mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: mention the $embed_file return type, and link to its documentation (#16467)
This commit is contained in:
@@ -6,7 +6,6 @@ pub const (
|
||||
is_used = 1
|
||||
)
|
||||
|
||||
// https://github.com/vlang/rfcs/blob/master/embedding_resources.md
|
||||
// EmbedFileData encapsulates functionality for the `$embed_file()` compile time call.
|
||||
pub struct EmbedFileData {
|
||||
apath string
|
||||
|
||||
Reference in New Issue
Block a user