type github.com/lann/ps.Map
8 uses
github.com/lann/ps (current package)
map.go#L21: type Map interface {
map.go#L29: Set(key string, value Any) Map
map.go#L33: Delete(key string) Map
map.go#L81: func NewMap() Map {
map.go#L115: func (self *tree) Set(key string, value Any) Map {
map.go#L154: func (m *tree) Delete(key string) Map {
github.com/lann/builder
builder.go#L19: builderMap ps.Map
builder.go#L27: func getBuilderMap(builder interface{}) ps.Map {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |