nandlabs / go-commons

A common collection of utilities for Go programming language
Apache License 2.0
2 stars 2 forks source link

Copy Function incomplete #79

Closed neo7337 closed 6 months ago

neo7337 commented 1 year ago

the Copy() implementation in BaseVFS is incomplete

If the source is a directory, the implementation seems to be incomplete

https://github.com/nandlabs/go-commons/blob/main/vfs/base_fs.go#L29