Add header computation function
This commit is contained in:
@@ -24,4 +24,8 @@ main :: proc() {
|
||||
|
||||
entries := file.list_dir_recursive_by_path("./src")
|
||||
fmt.println("entries:", entries)
|
||||
|
||||
header, asset_index_array := file.compute_header(entries)
|
||||
fmt.println("header:", header)
|
||||
fmt.println("aia:", asset_index_array)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user