mirror of
https://github.com/sbrow/envr.git
synced 2026-06-28 02:58:33 -04:00
chore: Cleaned up some files.
This commit is contained in:
@@ -15,6 +15,7 @@ scan_path :: proc(search_path: string, cfg: Config) -> (paths: [dynamic]string,
|
||||
return
|
||||
}
|
||||
|
||||
// The returned values live on the temp_allocator
|
||||
find_unbacked :: proc(local_files: []string, db_files: []EnvFile) -> []string {
|
||||
backed_set := make(map[string]bool, len(db_files), context.temp_allocator)
|
||||
for file in db_files {
|
||||
|
||||
Reference in New Issue
Block a user