2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-11 01:10:38 +00:00
matterbridge/vendor/github.com/rs/xid/hostid_darwin.go

10 lines
145 B
Go
Raw Normal View History

2018-05-27 19:48:57 +00:00
// +build darwin
package xid
import "golang.org/x/sys/unix"
func readPlatformMachineID() (string, error) {
return unix.Sysctl("kern.uuid")
}