Move git module
This commit is contained in:
parent
ce54aa3467
commit
8ea07a9796
3 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
|
mod git;
|
||||||
|
|
||||||
use std::env::consts;
|
use std::env::consts;
|
||||||
|
|
||||||
use super::utils::{configure, downloader, extractor, git, file_utils};
|
use super::utils::{configure, downloader, extractor, file_utils};
|
||||||
|
|
||||||
pub struct GitFileIdentifier {
|
pub struct GitFileIdentifier {
|
||||||
pub os_name: String,
|
pub os_name: String,
|
||||||
|
|
|
@ -4,6 +4,5 @@ pub(self) static PACKAGE_FOLDER : &str = "packages";
|
||||||
|
|
||||||
pub mod downloader;
|
pub mod downloader;
|
||||||
pub mod extractor;
|
pub mod extractor;
|
||||||
pub mod git;
|
|
||||||
pub mod file_utils;
|
pub mod file_utils;
|
||||||
pub mod configure;
|
pub mod configure;
|
Reference in a new issue