Remove fmt dependency

This commit is contained in:
gingerBill
2021-09-29 13:18:06 +01:00
parent 07ba3e6304
commit c22f2866c7
2 changed files with 1 additions and 4 deletions
-2
View File
@@ -17,8 +17,6 @@ Marshal_Error :: union {
io.Error,
}
marshal :: proc(v: any, allocator := context.allocator) -> (data: []byte, err: Marshal_Error) {
b := strings.make_builder(allocator)
defer if err != nil || data == nil {