package
0.0.0-20201217080943-41f7235bfc01
Repository: https://github.com/gopherty/learning.git
Documentation: pkg.go.dev

# Functions

Test1 不要使用 new,永远用 make 来构造 map 当 map 增长到容量上限的时候,如果再增加新的 key-value 对,map 的大小会自动加 1。.
Test2 map的一些用法.
Test3 map 的排序.