rclone/backend/sharefile/api
Nick Craig-Wood 4df333255a sharefile: fix backend due to API swapping integers for strings
For some reason the API started returning some integers as strings in
JSON. This is probably OK in Javascript but it upsets Go.

This is easily fixed with the `json:"name,size"` struct tag.
2020-11-18 15:50:12 +00:00
..
types.go sharefile: fix backend due to API swapping integers for strings 2020-11-18 15:50:12 +00:00