diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-01-11 11:33:34 -0500 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-01-11 18:06:36 -0500 |
| commit | b3f1b00510a6be9a4f792b6fbf7fd61797603eaa (patch) | |
| tree | 9ead508d30200e1e58fe8b7c78c93eaf1dbaec85 /src/root.zig | |
| parent | 7a8874ea6ac846eea3bdc35be2f46501877df87c (diff) | |
start porting to 0.16.0
Diffstat (limited to 'src/root.zig')
| -rw-r--r-- | src/root.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/root.zig b/src/root.zig index 2005490..ed3648a 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,7 +1,7 @@ pub const Client = @import("Client.zig"); pub const Connection = @import("Connection.zig"); pub const RawSocketWriter = @import("RawSocketWriter.zig"); -pub const NetWriter = @import("NetWriter.zig"); +// pub const NetWriter = @import("NetWriter.zig"); const msg = @import("message.zig"); |
