feat(Go-Tool):包方法重构

This commit is contained in:
Huangzj
2020-12-16 11:52:50 +08:00
parent 909977f331
commit 61966551cd
9 changed files with 76 additions and 124 deletions
@@ -4,7 +4,7 @@
* @Description
*/
package testHeap
package testContainer
type Person struct {
Name string //名字
@@ -4,7 +4,7 @@
* @Description
*/
package testHeap
package testContainer
import (
"container/heap"
@@ -4,7 +4,7 @@
* @Description测试list.go包的元素
*/
package testHeap
package testContainer
import (
"container/list"
@@ -4,7 +4,7 @@
* @Description
*/
package testHeap
package testContainer
import (
"container/ring"