mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Remove fmt dependency
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user