package
Version:
v0.0.0-...-a368336
Opens a new window with list of versions in this module.
Published: Apr 27, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Map struct {
M map[interface{}]interface{}
sync.RWMutex
}
func (m *Map) Add(k, v interface{})
func (m *Map) Del(k interface{})
func (m *Map) Get(k interface{}) interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.