feat: notworking
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user