代码规范性优化

This commit is contained in:
qimiao
2021-09-16 10:19:54 +08:00
parent bca1bcb42d
commit 98c5e8d774
19 changed files with 72 additions and 9 deletions

View File

@@ -83,6 +83,7 @@ func loadPlugin(path string, f fs.FileInfo) error {
return errors.New("没有实现指定接口")
} else {
// todo
fmt.Println("todo...")
}
fmt.Println("loadPlugin add ", filepath.Base(fPath))
ManagementPlugin.SetPlugin(filepath.Base(fPath), p)