func encoding/gob.isExported

4 uses

	encoding/gob (current package)
		decode.go#L1120: 		if !present || !isExported(wireField.Name) {
		encoder.go#L121: 			if isExported(st.Field(i).Name) {
		type.go#L557: func isExported(name string) bool {
		type.go#L566: 	if !isExported(field.Name) {