优化NTP时钟自动同步

This commit is contained in:
GoEdgeLab
2022-09-15 15:59:29 +08:00
parent 05256f2226
commit 031d3c0201
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) {
}