Skip to content

Instantly share code, notes, and snippets.

@shixzie
Created July 29, 2017 04:10
Show Gist options
  • Save shixzie/0526f4bf9f7bfeaa31001f7ae7a01f0c to your computer and use it in GitHub Desktop.
Save shixzie/0526f4bf9f7bfeaa31001f7ae7a01f0c to your computer and use it in GitHub Desktop.
type Map <KT, VT> struct {
iternalMap map[KT]VT
}
// mySyncMap := new(sync.Map<string, int>)
mySyncMap := &sync.Map<string, int>{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment