2
0

Parse versions string into struct

This commit is contained in:
Miloš Mileusnić
2023-04-14 13:24:20 +02:00
parent 6b745d3e81
commit 004f562b59
3 changed files with 83 additions and 22 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ func TestParse(t *testing.T) {
t.Error("\n", test[0], "Device should be", test[5], "not", ua.Device)
}
//fmt.Println(ua.OS, ua.OSVersion, ua.Device)
// fmt.Println(ua.Version, "==>", ua.VersionNoShort())
}
}