fix: Rename freeflowuniverse to incubaid
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
import os
|
||||
import rand
|
||||
import freeflowuniverse.herolib.vfs.vfs_db
|
||||
import freeflowuniverse.herolib.data.dedupestor
|
||||
import freeflowuniverse.herolib.data.ourdb
|
||||
import incubaid.herolib.vfs.vfs_db
|
||||
import incubaid.herolib.data.dedupestor
|
||||
import incubaid.herolib.data.ourdb
|
||||
|
||||
pub struct VFSDedupeDB {
|
||||
dedupestor.DedupeStore
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
import os
|
||||
import rand
|
||||
import freeflowuniverse.herolib.vfs.vfs_db
|
||||
import freeflowuniverse.herolib.data.ourdb
|
||||
import incubaid.herolib.vfs.vfs_db
|
||||
import incubaid.herolib.data.ourdb
|
||||
|
||||
example_data_dir := os.join_path(os.temp_dir(), 'ourdb_example_data_${rand.string(3)}')
|
||||
os.mkdir_all(example_data_dir)!
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
|
||||
|
||||
import os
|
||||
import freeflowuniverse.herolib.vfs.vfs_db
|
||||
import freeflowuniverse.herolib.data.ourdb
|
||||
import incubaid.herolib.vfs.vfs_db
|
||||
import incubaid.herolib.data.ourdb
|
||||
|
||||
// This example demonstrates directory operations in the VFS
|
||||
// - Creating directories with subdirectories
|
||||
|
||||
Reference in New Issue
Block a user