Merge pull request #478 from Masynchin/count
Some checks failed
continuous-integration/drone/push Build is failing

Refactor count_repositories
This commit is contained in:
Valentin Brandl
2022-08-22 15:34:32 +02:00
committed by GitHub
4 changed files with 88 additions and 19 deletions

View File

@ -11,7 +11,7 @@ extern crate tracing;
mod cache;
pub mod config;
mod count;
pub mod count;
mod error;
mod service;
mod statics;