https://godoc.org/golang.org/x/sync/syncmap. func main() { m := new(syncmap.Map) m.Store("adf", 123) fmt.Println(m). } above prints out.
確定! 回上一頁