优化时钟同步相关代码

This commit is contained in:
刘祥超
2022-09-25 14:26:46 +08:00
parent 2cd1bb7f95
commit 8bec1cf68e
2 changed files with 4 additions and 3 deletions

View File

@@ -3,9 +3,10 @@
package clock_test
import (
"github.com/TeaOSLab/EdgeNode/internal/utils/clock"
"testing"
)
func TestReadServer(t *testing.T) {
t.Log(clock.NewClockManager().ReadServer("pool.ntp.org"))
}