func encoding/gob.isSent

3 uses

	encoding/gob (current package)
		encode.go#L639: 			if !isSent(&f) {
		type.go#L527: 			if !isSent(&f) {
		type.go#L565: func isSent(field *reflect.StructField) bool {