Struct field accessibility can be changed by setting the field's luar tag.If the tag is empty (default), the field is accessed by its name and itsname with a lowercase first letter (e.g. "Field1" would be accessible using"Field1" or "field1"). If the tag is "-", the field will not be accessible.Any other tag value makes the field accessible through that name.