reflect.StructField.IsExported (method)
7 uses
reflect (current package)
type.go#L1098: func (f StructField) IsExported() bool {
type.go#L2621: if field.IsExported() {
type.go#L2632: Name: newName(field.Name, string(field.Tag), field.IsExported(), field.Anonymous),
encoding/asn1
asn1.go#L962: if !structType.Field(i).IsExported() {
marshal.go#L491: if !t.Field(i).IsExported() {
encoding/json
encode.go#L1128: if !sf.IsExported() && t.Kind() != reflect.Struct {
encode.go#L1134: } else if !sf.IsExported() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |