lab001

command
v0.0.0-...-f10d331 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 2 Imported by: 0

README

sync.Map使用

注意点

  • sync.Map直接可以使用
  • Load返回true的时候,表示有这个key。返回false的饿时候表示没找到这个key
  • LoadOrStore返回true的时候,是找到了这个key。false的时候是保存了这个key

运行结果

Imgur

参考资料

  1. http://blog.csdn.net/champly/article/details/77622328

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL