Fraser Darwent

Results 1 issues of Fraser Darwent

When attempting to create a new file on GCSFS with flags os.O_CREATE|os.O_TRUNC, the resource delete operation throws an error "object doesn't exist" ``` if flag&os.O_TRUNC != 0 { err =...