Remove legacy NTP usages

This commit is contained in:
世界
2023-09-12 13:26:19 +08:00
parent 5b343d4c72
commit 2ea506aeb8
7 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"github.com/sagernet/sing/common/ntp"
)
var _ adapter.TimeService = (*Service)(nil)
var _ ntp.TimeService = (*Service)(nil)
type Service struct {
ctx context.Context