github.com/influx6/npkg@v0.8.8/nxid/hostid_fallback.go (about)

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