Browse Source
Go's UploadResult uses json:"name,omitempty" and json:"size,omitempty", omitting these fields from JSON when they are zero values (empty string / 0). The Rust struct always serialized them, producing "name":"" and "size":0 where Go would omit them.rust-volume-server
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue