platform: Add semver helper

This commit is contained in:
世界
2026-02-16 11:28:48 +08:00
parent 8a676fc338
commit d736c5811c
3 changed files with 43 additions and 1 deletions
-1
View File
@@ -123,7 +123,6 @@ func testUDPSessionIdleTimeout(t *testing.T, proxyPort uint16, echoPort uint16,
packetConn.SetReadDeadline(time.Now().Add(3 * time.Second))
n, _, err = packetConn.ReadFrom(buffer)
if err != nil {
t.Logf("Read after timeout correctly failed: %v", err)
return