优化代码

This commit is contained in:
GoEdgeLab
2022-09-23 15:25:51 +08:00
parent 63a4c4c730
commit 92460d5db8
18 changed files with 358 additions and 1457 deletions

View File

@@ -0,0 +1,13 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
//go:build !plus
package setup
import (
"github.com/iwind/TeaGo/dbs"
)
// 检查自建DNS全局设置
func (this *SQLExecutor) checkNS(db *dbs.DB) error {
return nil
}