feat:完善项目信息
This commit is contained in:
@ -1,23 +1,9 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"SciencesServer/utils"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMemory(t *testing.T) {
|
||||
MemoryForIndustryInfo["01"] = &MemoryForIndustry{
|
||||
Name: "01",
|
||||
Children: map[string]*MemoryForIndustry{
|
||||
"001": &MemoryForIndustry{
|
||||
Name: "001",
|
||||
Children: nil,
|
||||
},
|
||||
"002": &MemoryForIndustry{
|
||||
Name: "002",
|
||||
Children: nil,
|
||||
},
|
||||
},
|
||||
}
|
||||
t.Logf(utils.AnyToJSON(MemoryForIndustryInfo))
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user