refactor: rename root.zig to detection.zig

This commit is contained in:
utox39
2025-03-18 10:41:13 +01:00
parent 3e2e340b5a
commit 036d855e88
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
const std = @import("std");
const os_module = @import("root.zig").os_module;
const os_module = @import("detection.zig").os_module;
pub fn main() !void {
const stdout_file = std.io.getStdOut().writer();