platform: Add semver helper

This commit is contained in:
世界
2026-02-16 11:28:48 +08:00
parent 804606042f
commit de4fdbe553
3 changed files with 43 additions and 1 deletions

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