We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91bc389 + cab1990 commit 7a961c1Copy full SHA for 7a961c1
README.md
@@ -89,6 +89,8 @@ which do not translate to this abstraction.
89
In particular, the `Sys()` escape hatch is queried by this library, and
90
if your file system populates a [`syscall.Stat_t`](https://golang.org/pkg/syscall/#Stat_t)
91
concrete struct, the ownership specified in that object will be used.
92
+ You can also return a [`file.FileInfo`](https://github.com/willscott/go-nfs/blob/master/file/file.go#L5)
93
+ which doesn't vary between platforms so may be easier to deal with.
94
95
* Relevant RFCS:
96
[5531 - RPC protocol](https://tools.ietf.org/html/rfc5531),
0 commit comments