csx 4 years ago
parent
commit
75ce184a8d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      controllers/sg/his_api_controller.go

+ 0 - 4
controllers/sg/his_api_controller.go View File

86
 	fmt.Println(" Add(4,5)的结果为:", ret2)
86
 	fmt.Println(" Add(4,5)的结果为:", ret2)
87
 	fmt.Println(" str:", str)
87
 	fmt.Println(" str:", str)
88
 	fmt.Println(" str1:", str1)
88
 	fmt.Println(" str1:", str1)
89
-	str = nil
90
-	str1 = nil
91
-	str = make([]byte, 256)
92
-	str1 = make([]byte, 256)
93
 	runtime.GC()
89
 	runtime.GC()
94
 	if err2 != nil {
90
 	if err2 != nil {
95
 		fmt.Println("SSCard的运算结果为:", ret2)
91
 		fmt.Println("SSCard的运算结果为:", ret2)