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 d3349ac commit 8f2e388Copy full SHA for 8f2e388
frameworks/Zig/httpz/src/endpoints.zig
@@ -3,7 +3,7 @@ const httpz = @import("httpz");
3
const pg = @import("pg");
4
const datetimez = @import("datetimez");
5
6
-pub var date_str = "";
+pub var date_str: []u8 = "";
7
8
pub const Global = struct {
9
pool: *pg.Pool,
0 commit comments