mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
more error handling and oranization
This commit is contained in:
parent
609ee42d66
commit
b328c0a7c7
8 changed files with 81 additions and 51 deletions
|
|
@ -12,7 +12,7 @@ pub fn main() !void {
|
|||
|
||||
std.log.info("Starting mezzaluna", .{});
|
||||
|
||||
try server.init();
|
||||
server.init();
|
||||
defer server.deinit();
|
||||
|
||||
var buf: [11]u8 = undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue