mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
os.Open and os.OpenFile make it possible to open a wide range of files as seen in https://cs.opensource.google/go/go/+/refs/tags/go1.19:src/os/types.go;l=35 We only want to handle regular files and folders, no socket, device, symlink, ....