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

使用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)
    
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥150 如图所示配置eNSP
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效
  • ¥15 悬赏!微信开发者工具报错,求帮改
  • ¥20 wireshark抓不到vlan
  • ¥20 关于#stm32#的问题:需要指导自动酸碱滴定仪的原理图程序代码及仿真
  • ¥20 设计一款异域新娘的视频相亲软件需要哪些技术支持
  • ¥15 stata安慰剂检验作图但是真实值不出现在图上
  • ¥15 c程序不知道为什么得不到结果
  • ¥15 键盘指令混乱情况下的启动盘系统重装