forked from lug/matterbridge
Add vendor github.com/rs/xid
This commit is contained in:
9
vendor/github.com/rs/xid/hostid_fallback.go
generated
vendored
Normal file
9
vendor/github.com/rs/xid/hostid_fallback.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build !darwin,!linux,!freebsd,!windows
|
||||
|
||||
package xid
|
||||
|
||||
import "errors"
|
||||
|
||||
func readPlatformMachineID() (string, error) {
|
||||
return "", errors.New("not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user