diff --git a/src/lib.zig b/src/lib.zig index 748642e62338bbf5f597bb860f9d1ad2c79f75c5..965915b286f83ccbef81a1ed1282887e031ab1d1 100644 --- a/src/lib.zig +++ b/src/lib.zig @@ -1,5 +1,5 @@ -// https://oauth.net/2/ -// +//! https://oauth.net/2/ + const std = @import("std"); const string = []const u8; const http = @import("apple_pie");