From fc6074ea9fba9684aaad1ab6d43a0ec23db8c5d3 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 27 May 2018 21:48:57 +0200 Subject: Add vendor github.com/rs/xid --- vendor/github.com/rs/xid/hostid_fallback.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vendor/github.com/rs/xid/hostid_fallback.go (limited to 'vendor/github.com/rs/xid/hostid_fallback.go') diff --git a/vendor/github.com/rs/xid/hostid_fallback.go b/vendor/github.com/rs/xid/hostid_fallback.go new file mode 100644 index 00000000..7fbd3c00 --- /dev/null +++ b/vendor/github.com/rs/xid/hostid_fallback.go @@ -0,0 +1,9 @@ +// +build !darwin,!linux,!freebsd,!windows + +package xid + +import "errors" + +func readPlatformMachineID() (string, error) { + return "", errors.New("not implemented") +} -- cgit v1.2.3