Skip to content

Commit d8e1910

Browse files
authored
Merge pull request #6 from zekexiao/main-2
Fix duplicate
2 parents 496b015 + a9d4beb commit d8e1910

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/monthly/202307.org

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ pub fn fromTimestamp(ts: u64) DateTime {
7070
};
7171
}
7272
#+end_src
73-
- [[https://www.aolium.com/karlseguin/cf03dee6-90e1-85ac-8442-cf9e6c11602a][Parsing timestamps and generating RFC3339 dates in Zig]] :: Zig 标准库里有返回
7473
- [[https://www.aolium.com/karlseguin/46252c5b-587a-c419-be96-a0ccc2f11de4][Custom JSON serialization in Zig]] :: Zig 里面虽然有很好的 JSON 序列化支持,但是有些时候我们需要自定义某个字段的解析,与 Go =json.Marshaller= 类似,Zig 会在序列化时查找类型的 =jsonStringify= 函数,通过实现这个函数就可以达到目的,文中给出了个示例:
7574
#+begin_src zig
7675
const NumericBoolean = struct {

0 commit comments

Comments
 (0)