We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43132b commit fcee916Copy full SHA for fcee916
utils/platform_windows.go
@@ -1,5 +1,9 @@
1
package lxdapi
2
3
+import (
4
+ "io/fs"
5
+)
6
+
7
func GetUidGid(stat fs.FileInfo) (int64, int64, error) {
8
return 0, 0, nil
9
}
0 commit comments