优化初始化方式

This commit is contained in:
duanhf2012
2020-03-28 11:06:22 +08:00
parent 0ddeceb977
commit 7745ed39f3
7 changed files with 17 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ import (
var configdir = "./config/"
type SubNet struct {
SubNetName string
NodeList []NodeInfo
}