Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 161 Bytes

File metadata and controls

17 lines (12 loc) · 161 Bytes

machineid

Get the machine id.

package main

import (
	"fmt"

	"github.com/vcgo/machine"
)

func main() {
	fmt.Println(machine.GetUniqueId())
}