runner/vendor/github.com/docker/docker/pkg/fileutils/fileutils_windows.go
Casey Lee 940b4385bf fail on error (#20)
ci-via-github-actions
2019-01-23 11:51:22 -08:00

7 lines
205 B
Go

package fileutils // import "github.com/docker/docker/pkg/fileutils"
// GetTotalUsedFds Returns the number of used File Descriptors. Not supported
// on Windows.
func GetTotalUsedFds() int {
return -1
}