diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-06 16:36:44 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-06 16:36:44 +0300 |
| commit | def46ae74c3f5974ed448e9877b0e0067a8e67d2 (patch) | |
| tree | 4eda9fe8b6da96ea8f1824a14235286fe6e49c72 /tests/http_funcs.rs | |
| parent | 79c8ecb6bf4d2fc2df5c90007e7c26b456ddc33f (diff) | |
Big code-cleaning in pkgtoolkit, implemented much functions and fixed logical mistakes
Diffstat (limited to 'tests/http_funcs.rs')
| -rw-r--r-- | tests/http_funcs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http_funcs.rs b/tests/http_funcs.rs index 4257929..886da10 100644 --- a/tests/http_funcs.rs +++ b/tests/http_funcs.rs @@ -1,5 +1,5 @@ use mesk::net::http_package::HTTPPackage; -use mesk::pkgtoolkit::pkgtools::{Archs, Package}; +use mesk::pkgtoolkit::{Archs, Package}; use std::fs; mod shared; |
