-
Notifications
You must be signed in to change notification settings - Fork 2
serge-hulne/go-maps
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Generalized maps for the Go Programming Language: ------------------------------------------------ - These containers aim at storing aggregate types. - These maps accept as keys all interfaces which implement a Key() method (or a String() or an Int() method respectively), see example maps_test.go. thereby generalizing the Go built-in map type to aggregate types. Thanks to Nigel Tao and Roger Peppe for their suggestions and support ! Serge Hulne.
About
Go maps generalized to interfaces which implement Int() or String methods
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published