Jan 15, 2020

[Go] check if struct field is exported

godoc: https://golang.org/pkg/reflect/#Value.CanInterface


if !reflect.ValueOf(strct).Field(i).CanInterface() {
   continue
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.