type encoding/xml.typeInfo
9 uses
encoding/xml (current package)
marshal.go#L805: func (p *printer) marshalStruct(tinfo *typeInfo, val reflect.Value) error {
read.go#L373: tinfo *typeInfo
read.go#L675: func (d *Decoder) unmarshalPath(tinfo *typeInfo, sv reflect.Value, parents []string, start *StartElement) (consumed bool, err error) {
typeinfo.go#L15: type typeInfo struct {
typeinfo.go#L53: func getTypeInfo(typ reflect.Type) (*typeInfo, error) {
typeinfo.go#L55: return ti.(*typeInfo), nil
typeinfo.go#L58: tinfo := &typeInfo{}
typeinfo.go#L109: return ti.(*typeInfo), nil
typeinfo.go#L268: func addFieldInfo(typ reflect.Type, tinfo *typeInfo, newf *fieldInfo) error {
 |
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. |