feat(Go-Tool):包方法重构
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
* @Description:
|
||||
*/
|
||||
|
||||
package testHeap
|
||||
package testContainer
|
||||
|
||||
type Person struct {
|
||||
Name string //名字
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
* @Description:
|
||||
*/
|
||||
|
||||
package testHeap
|
||||
package testContainer
|
||||
|
||||
import (
|
||||
"container/heap"
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
* @Description:测试list.go包的元素
|
||||
*/
|
||||
|
||||
package testHeap
|
||||
package testContainer
|
||||
|
||||
import (
|
||||
"container/list"
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
* @Description:
|
||||
*/
|
||||
|
||||
package testHeap
|
||||
package testContainer
|
||||
|
||||
import (
|
||||
"container/ring"
|
||||
Reference in New Issue
Block a user