dshp9580656 2018-02-06 11:27
浏览 2231
已采纳

使用GOLANG获取系统唯一的UUID

I was trying to figure out a way to get the system unique UUID.

like generated by

sudo dmidecode -s system-uuid

I tried using github.com/satori/go.uuid but each time I execute it, it gives me a new UUID.

The code that I am using is as below.

func main() {

    u2, err := uuid.NewV4()
    if err != nil {
        fmt.Printf("Something went wrong: %s", err)
        return
    }
    fmt.Printf("UUIDv4: %s
", u2)
}
  • 写回答

1条回答 默认 最新

  • doulai7239 2018-02-07 04:42
    关注

    I used "github.com/dselans/dmidecode" for getting the System UUID. dmidecode

    Simple Code snippet is below

    func main() {
        dmi := dmidecode.New()
    
        if err := dmi.Run(); err != nil {
            fmt.Printf("Unable to get dmidecode information. Error: %v
    ", err)
        }
    
        byNameData, _ := dmi.SearchByName("UUID")
        fmt.Printf("uuid2: %v ", byNameData)
    
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥60 不懂得怎么运行下载来的代码
  • ¥15 CST导出3D模型图为什么和软件显示不一样?
  • ¥15 加热反应炉PLC控制系统设计(相关搜索:梯形图)
  • ¥15 python 用Dorc包报错,我的写法和网上教的是一样的但是它显示无效参数,是什么问题
  • ¥15 经过滑动平均后的一维信号还原用什么结构好呢?
  • ¥15 指定IP电脑的访问设置
  • ¥30 matlab ode45 未发现警告,但是运行出错
  • ¥15 为什么devc++编译项目会失败啊
  • ¥15 vscode platformio
  • ¥15 代写uni代码,app唤醒