diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-04-14 07:13:04 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-04-14 07:13:09 -0400 |
commit | 5b88f0df6a29958942af5977ab36e94de4eef00e (patch) | |
tree | a772bbc39c1b002c4cb310b6c7abaaacbe7e8eaf | |
parent | 23f7ad8f94d6e0a260a9fd6e78b55e5c9e18bec8 (diff) |
Rename Saprus to Client internally
-rw-r--r-- | src/Client.zig (renamed from src/Saprus.zig) | 0 | ||||
-rw-r--r-- | src/root.zig | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Saprus.zig b/src/Client.zig index 8f60326..8f60326 100644 --- a/src/Saprus.zig +++ b/src/Client.zig diff --git a/src/root.zig b/src/root.zig index 739dd47..5d93578 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,2 +1,2 @@ -pub const Client = @import("Saprus.zig"); +pub const Client = @import("Client.zig"); pub usingnamespace @import("message.zig"); |