1 2 3 4 5 6 7 8 9
// +build !darwin,!linux,!freebsd,!windows package xid import "errors" func readPlatformMachineID() (string, error) { return "", errors.New("not implemented") }