🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/serge-hulne/go-maps

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/serge-hulne/go-maps

v0.0.0-20120301142119-6b0eabc1b8a6
Source
Go
Version published
Created
Source

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.

FAQs

Package last updated on 01 Mar 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts