We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a62c37 commit 4fdf10dCopy full SHA for 4fdf10d
README.md
@@ -17,6 +17,7 @@ use async_std::task;
17
use gotham::{models::Value, GothamModule};
18
use std::{time::Duration, collections::HashMap};
19
20
+#[async_std::main]
21
async fn main() {
22
let mut module = GothamModule::default(String::from("../path/to/gotham.sock"));
23
module
0 commit comments