kops/vendor/github.com/google/go-tpm/tpmutil/poll_other.go

11 lines
139 B
Go

//go:build !linux && !darwin
package tpmutil
import (
"os"
)
// Not implemented on Windows.
func poll(_ *os.File) error { return nil }