| author | |
| committer | |
| log | d4adef77a2f4388ffed1bf1ed5b2813f5608ee9e |
| tree | 83293a8f48f5b3f55da5888e5dd7ba3f245e6f01 |
| parent | d9e27de43cebb036283df003e076b8f05fc0c7ef |
1 files changed, 2 insertions(+), 2 deletions(-)
src/lib.zig+2-2| ... | @@ -1,5 +1,5 @@ | ... | @@ -1,5 +1,5 @@ |
| 1 | // https://oauth.net/2/ | 1 | //! https://oauth.net/2/ |
| 2 | // | 2 | |
| 3 | const std = @import("std"); | 3 | const std = @import("std"); |
| 4 | const string = []const u8; | 4 | const string = []const u8; |
| 5 | const http = @import("apple_pie"); | 5 | const http = @import("apple_pie"); |