Windows: Fix warning on info
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
511ee61980
commit
9017024f6e
3 changed files with 29 additions and 12 deletions
7
fileutils/fileutils_windows.go
Normal file
7
fileutils/fileutils_windows.go
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue