Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for implementsInterface (0.26 sec)

  1. src/encoding/gob/type.go

    	// with older encodings for net.IP. See golang.org/issue/6760.
    	// } else if ok, indir := implementsInterface(ut.user, textMarshalerInterfaceType); ok {
    	// 	ut.externalEnc, ut.encIndir = xText, indir
    	// }
    
    	if ok, indir := implementsInterface(ut.user, gobDecoderInterfaceType); ok {
    		ut.externalDec, ut.decIndir = xGob, indir
    	} else if ok, indir := implementsInterface(ut.user, binaryUnmarshalerInterfaceType); ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
Back to top