refactor(blob): use object trait to create blob
This commit is contained in:
@@ -9,6 +9,7 @@ use crate::utils::{read, path};
|
||||
|
||||
pub mod tree;
|
||||
pub mod blob;
|
||||
pub mod object;
|
||||
|
||||
pub struct Object {
|
||||
path: PathBuf,
|
||||
|
||||
Reference in New Issue
Block a user