mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
comment update for container
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
m1 := gmap.New()
|
||||
m1 := gmap.New(true)
|
||||
m1.Set("1", "1")
|
||||
|
||||
m2 := m1.Map()
|
||||
|
||||
Reference in New Issue
Block a user