//
pkg.gl
Category
github.com/gopherty/learning
golang
code
mapmd
package
0.0.0-20201217080943-41f7235bfc01
Repository:
https://github.com/gopherty/learning.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
93 SLOC
#
Functions
Test1
Test1 不要使用 new,永远用 make 来构造 map 当 map 增长到容量上限的时候,如果再增加新的 key-value 对,map 的大小会自动加 1。.
Test2
Test2 map的一些用法.
Test3
Test3 map 的排序.