Skip to content

tiagoposse/go-sync-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-sync-types

A set of golang generic thread-safe types

The following types are available:

  • OrderedMap: Represents an ordered map of any comparable Key type and any Value type
  • Map: Represents an unordered map of any comparable Key type and any Value type
  • Slice: Represents a slice of any Value type
  • Value: Represents any Value type

About

A set of golang generic thread-safe types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages