feat: notworking

This commit is contained in:
2024-03-24 23:54:27 +08:00
parent 9696af7a50
commit 7281637722
5 changed files with 300 additions and 8 deletions

View File

@@ -8,9 +8,12 @@ use structopt::StructOpt;
mod app;
mod service;
mod main2;
pub fn main() {
init_logger();
main2::test_main();
panic!("END");
let opt = Some(Opt::from_args());
let mut my_server = Server::new(opt).unwrap();