Cleanup compatible code for legacy Go

This commit is contained in:
世界
2026-04-28 09:05:41 +08:00
parent 610aa9432d
commit 60a5f874e2
7 changed files with 7 additions and 16 deletions
-6
View File
@@ -4,14 +4,8 @@ import (
"context"
"math/rand"
"time"
"github.com/sagernet/sing/common/random"
)
func init() {
random.InitializeSeed()
}
type idKey struct{}
type ID struct {