diff options
-rw-r--r-- | src/ninjacloud.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ninjacloud.go b/src/ninjacloud.go index a53261a..54027d4 100644 --- a/src/ninjacloud.go +++ b/src/ninjacloud.go | |||
@@ -215,8 +215,8 @@ type element struct { | |||
215 | Type string `json:"type"` | 215 | Type string `json:"type"` |
216 | Name string `json:"name"` | 216 | Name string `json:"name"` |
217 | Uri string `json:"uri"` | 217 | Uri string `json:"uri"` |
218 | CreationDate string `json:"creationdate"` | 218 | CreationDate string `json:"creationDate"` |
219 | ModifiedDate string `json:"modifieddate"` | 219 | ModifiedDate string `json:"modifiedDate"` |
220 | Size string `json:"size"` | 220 | Size string `json:"size"` |
221 | Writable string `json:"writable"` | 221 | Writable string `json:"writable"` |
222 | Children []element `json:"children"` | 222 | Children []element `json:"children"` |