优化NTP时钟自动同步

This commit is contained in:
刘祥超
2022-09-15 15:59:29 +08:00
parent fafac1a038
commit 30bd66958c
5 changed files with 191 additions and 63 deletions

View File

@@ -0,0 +1,11 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
package clock_test
import (
"testing"
)
func TestReadServer(t *testing.T) {
}