Implement machine fingerprint hashing (T-501)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//go:build !windows
|
||||
|
||||
package windows
|
||||
|
||||
// MachineHash is unavailable outside a Windows target.
|
||||
func MachineHash() (string, error) {
|
||||
return "", ErrUnsupported
|
||||
}
|
||||
Reference in New Issue
Block a user