spf13 / afero

A FileSystem Abstraction System for Go
Apache License 2.0
5.92k stars 510 forks source link

Would there be a `Truncate` method on `Fs`? #396

Open cannium opened 1 year ago

cannium commented 1 year ago

Or I need to open the file and then truncate it, as a workaround.