type gopkg.in/yaml.v2.MapItem
7 uses
gopkg.in/yaml.v2 (current package)
decode.go#L239: mapItemType = reflect.TypeOf(MapItem{})
decode.go#L703: var slice []MapItem
decode.go#L710: item := MapItem{}
encode.go#L200: slice := in.Convert(reflect.TypeOf([]MapItem{})).Interface().([]MapItem)
yaml.go#L20: type MapSlice []MapItem
yaml.go#L23: type MapItem struct {
![]() |
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. |