comment update for container

This commit is contained in:
John
2019-11-30 18:28:11 +08:00
parent a5407e57d9
commit 459c69839a
6 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@ import (
)
func main() {
m1 := gmap.New()
m1 := gmap.New(true)
m1.Set("1", "1")
m2 := m1.Map()