Initial commit
This commit is contained in:
7
vendor/github.com/hyperhq/hypercli/pkg/fileutils/fileutils_windows.go
generated
vendored
Normal file
7
vendor/github.com/hyperhq/hypercli/pkg/fileutils/fileutils_windows.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package fileutils
|
||||
|
||||
// GetTotalUsedFds Returns the number of used File Descriptors. Not supported
|
||||
// on Windows.
|
||||
func GetTotalUsedFds() int {
|
||||
return -1
|
||||
}
|
||||
Reference in New Issue
Block a user