This commit is contained in:
Pete Fraedrich
2020-04-24 12:28:05 -04:00
parent f184eb78af
commit febec61536
+1 -1
View File
@@ -32,7 +32,7 @@ func BIOSInfo() {
log.Fatalf("failed to decode structures: %v", err)
}
for _, s := range ss {
fmt.Println(s)
fmt.Printf("%+v\n", s)
}
}