diff options
| author | murilo ijanc | 2025-11-18 15:44:53 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-18 15:44:53 -0300 |
| commit | f6b2addda1749fdf0980be11f2571836182b4182 (patch) | |
| tree | 82417b871cfa56d2dcda4acdecad76f829f2366c /src | |
| parent | 6116f744308210e8f722a63b08a5d714ec7b7c40 (diff) | |
| download | cogops-f6b2addda1749fdf0980be11f2571836182b4182.tar.gz | |
Clean trash comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main.rs b/src/main.rs index aaac2ae..5b1b9cc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,15 +14,6 @@ // OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. // -// accept groups name -// accept file with emails -// accept operation -// accept concorrency or size group == 1 -> size email se nao uso o grupo -// accept timeout -// accept poolid - -mod helper; - use std::collections::HashMap; use std::path::Path; use std::path::PathBuf; |